Skip to content

mcp observability server for Cline

io.github.gagandeeppra/mcp-observability-server

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

client:Cline transport:stdio runtime:pypi

Install mcp observability server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp observability server in other clients