Skip to content
Cursor

mcp observability server for Cursor

io.github.gagandeeppra/mcp-observability-server

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

client:Cursor transport:stdio runtime:pypi

Install mcp observability server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp observability server in other clients