← Back to Plugins
MCP Server MCP

io.github.gagandeeppra/mcp-observability-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-observability-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-observability-server",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for New Relic integration",
          "name": "NEW_RELIC_API_KEY"
        },
        {
          "description": "Account ID for New Relic integration",
          "name": "NEW_RELIC_ACCOUNT_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...