Discover MCP servers. Connect your agent.
Official Datadog MCP server. Query monitors, dashboards, metrics, events, logs, and incidents. Bridge between your observability data and AI agents. Comprehensive error handling for Datadog v1/v2 APIs.
https://github.com/Datadog-Official/Datadog-MCP
stdio
api_key
20 tools
monitoringobservabilityapmlogsmetricsincidentsofficial
Official Grafana MCP server. Access dashboards, datasources, alerts, incidents, and distributed tracing data. 43+ tools for comprehensive observability monitoring. Query metrics, logs, and traces via natural language.
https://github.com/grafana/mcp-grafana
stdio
bearer
43 tools
observabilitymonitoringdashboardsmetricslogstracingofficial
LLM observability and analytics. Trace, evaluate, and monitor LLM applications. View traces, analyze prompt performance, track costs, and debug production issues.
https://github.com/langfuse/mcp-server-langfuse
stdio
api_key
6 tools
observabilityllmanalyticstracingmonitoring
Registered 2026-02-17
Official New Relic MCP server for observability platform integration. Query metrics, manage alerts, monitor applications, and interact with your entire observability stack. Full MCP tracing visibility to track tool choices, usage patterns, latency, errors, and performance. AI-powered root cause analysis and recommendations. Integrated with New Relic APM and AI Monitoring.
https://github.com/newrelic/newrelic-mcp-server
stdio
api_key
12 tools
apmmonitoringobservabilitynew-relicmetricsalertsofficial
MCP server for Prometheus metrics and monitoring. Execute PromQL queries, discover metrics, analyze performance data, and get insights without writing PromQL manually. Bridge between AI assistants and Prometheus monitoring infrastructure. Supports instant queries, range queries, label discovery, and target health checks.
https://github.com/pab1it0/prometheus-mcp-server
stdio
open
8 tools
monitoringmetricsprometheuspromqlobservabilityalerting
Official Sentry MCP server for error monitoring. Retrieve and analyze issues, stacktraces, error reports, and debugging information from your Sentry account. Install via npm: @sentry/mcp-server
https://github.com/getsentry/sentry-mcp-stdio
stdio
bearer
12 tools
monitoringerror-trackingdebuggingobservabilityofficial
Registered 2026-02-09 by
Sentry
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'