Skip to content

mcp observability server for Grok

io.github.gagandeeppra/mcp-observability-server

MCP server for querying logs from observability platforms with unified search and tracing

client:Grok transport:stdio runtime:pypi

Install mcp observability server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-observability-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-observability-server"
      ],
      "env": {
        "NEW_RELIC_API_KEY": "<NEW_RELIC_API_KEY>",
        "NEW_RELIC_ACCOUNT_ID": "<NEW_RELIC_ACCOUNT_ID>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp observability server in other clients