Catalog
MCP Observability Server
Officialby gagandeeppra
MCP server for querying logs from observability platforms with unified search and tracing
Queries logs from observability platforms with unified search and tracing.
README not available yet.
Install
Configuration
Environment variables
NEW_RELIC_API_KEYAPI key for New Relic integration
NEW_RELIC_ACCOUNT_IDAccount ID for New Relic integration
claude_desktop_config.json
{
"mcpServers": {
"mcp-observability-server": {
"command": "uvx",
"args": [
"mcp-observability-server"
],
"env": {
"NEW_RELIC_API_KEY": "<YOUR_NEW_RELIC_API_KEY>",
"NEW_RELIC_ACCOUNT_ID": "<YOUR_NEW_RELIC_ACCOUNT_ID>"
}
}
}
}