Skip to content
Windsurf

mcp observability server for Windsurf

io.github.gagandeeppra/mcp-observability-server

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

client:Windsurf transport:stdio runtime:pypi

Install mcp observability server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp observability server in other clients