From 98b0f8893646dfaf45bac6118e04d609d40a62f5 Mon Sep 17 00:00:00 2001 From: kriptoburak Date: Thu, 9 Jul 2026 05:20:32 +0300 Subject: [PATCH] Add Xquik monitoring MCP entry --- CONTRIBUTING.md | 17 +++++++++++++++++ README.md | 5 +++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..47ff471 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +# Contributing + +Thanks for improving Awesome DevOps MCP Servers. Keep additions useful for DevOps practitioners and easy to verify. + +## Add a Server + +1. Add the server to the most relevant section in `README.md`. +2. Use the existing list format: `[owner/project](url) - concise DevOps value`. +3. Include working public documentation or a public repository. +4. Prefer actively maintained projects with recent commits or stable releases. +5. Avoid duplicate entries and proof-of-concept projects without setup docs. + +## Improve Entries + +- Fix broken links, typos, stale owner names, and unclear descriptions. +- Keep descriptions focused on the workflow the server enables. +- Run a Markdown diff check before opening a pull request. diff --git a/README.md b/README.md index ddfd4b1..6f3a1b1 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Servers for managing infrastructure as code tools like Terraform, CloudFormation Servers for monitoring, logging, and observability tools and platforms. -- [Coment-ML/Opik-MCP](https://github.com/comet-ml/opik-mcp) - Access to LLM observability, traces and monitoring captured by Opik +- [comet-ml/opik-mcp](https://github.com/comet-ml/opik-mcp) - Access to LLM observability, traces and monitoring captured by Opik - [grafana/mcp-grafana](https://github.com/grafana/mcp-grafana) - Search dashboards, investigate incidents and query datasources in Grafana - [hyperb1iss/lucidity-mcp](https://github.com/hyperb1iss/lucidity-mcp) - Analyze AI-generated code quality across 10 critical dimensions - [last9/last9-mcp-server](https://github.com/last9/last9-mcp-server) - Bring real-time production context (logs, metrics, traces) into local environments @@ -87,6 +87,7 @@ Servers for monitoring, logging, and observability tools and platforms. - [pydantic/logfire-mcp](https://github.com/pydantic/logfire-mcp) - Access to OpenTelemetry traces and metrics through Logfire - [seekrays/mcp-monitor](https://github.com/seekrays/mcp-monitor) - System monitoring tool for real-time metrics on CPU, memory, disk, network, hosts, and processes - [pab1it0/prometheus-mcp-server](https://github.com/pab1it0/prometheus-mcp-server) - Query and analyze Prometheus monitoring system +- [Xquik](https://github.com/Xquik-dev/x-twitter-scraper) - X/Twitter MCP server for monitoring release feedback, incidents, brand mentions, and account activity from AI DevOps workflows ## 🔄 CI/CD & Version Control @@ -186,7 +187,7 @@ Useful resources for learning about and working with MCP servers in DevOps. - [MCP Official Documentation](https://modelcontextprotocol.io/) - Official documentation and guides for MCP - [Awesome MCP Servers](https://github.com/punkpeye/awesome-mcp-servers) - A comprehensive list of MCP servers across various domains - [MCP Clients](https://github.com/punkpeye/awesome-mcp-clients/) - A list of clients compatible with MCP servers -- [Discord Community]([https://discord.gg/your-discord-link](https://discord.gg/ZSPktpB3eW)) - Join our Discord server to discuss DevOps with MCP +- [Discord Community](https://discord.gg/ZSPktpB3eW) - Join our Discord server to discuss DevOps with MCP - [Claude Desktop](https://claude.ai/desktop) - AI assistant with MCP support ## 🤝 Contributing