A comprehensive MCP server for observability(Prometheus,Loki,Nacos,RocketMQ,Kafka,Doris,Mysql,K8S,Harbor) and infrastructure management. Built with Rust for high performance and reliability.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"observability-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A comprehensive Model Context Protocol (MCP) server for observability and infrastructure management. Built with Rust for high performance and reliability.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops / analytics
MCP server for using the GitLab API
MCP Server for GCP environment for interacting with various Observability APIs.
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
Enhanced MCP server for GitLab: group projects listing and activity tracking
MCP Security Weekly
Get CVE alerts and security updates for Observability Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A comprehensive Model Context Protocol (MCP) server for observability and infrastructure management. Built with Rust for high performance and reliability.
# Build
cargo build --release
# Run
./target/release/observability-mcp-server
Server will start on http://localhost:3013/mcp
Set environment variables in .env:
PROMETHEUS_ROOT=http://your-prometheus:9090
LOKI_ROOT=http://your-loki:3100
# ... more configurations
query_instant - Instant queryquery_range - Range queryseries_metadata - Series metadatalabel_values - Label valuesalertmanagers - Alertmanager endpointsdocs_list - List Prometheus documentationdocs_read - Read documentationdocs_search - Search documentationobservability-mcp-server/
├── src/
│ ├── searcher/ # Query implementations
│ │ ├── prometheus.rs # Prometheus client
│ │ ├── loki.rs # Loki client (TODO)
│ │ └── mod.rs
│ ├── mcp/
│ │ └── tools.rs # MCP tool definitions
│ ├── docs/ # Documentation integration
│ └── main.rs
└── Cargo.toml
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License