← Back to Plugins
MCP Server MCP

io.github.spanlens/mcp-server

github By github 👁 1 views ▲ 0 votes

Query Spanlens LLM observability from Cursor, Claude Desktop, or Continue via MCP.

Homepage Verified source GitHub

Install

npx -y @spanlens/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@spanlens/mcp-server",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Spanlens API key. Must be a scope=public key (sl_live_pub_*) issued from the Public Keys card at https://spanlens.io/projects — the server refuses to start with a full-access sl_live_* key.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SPANLENS_API_KEY"
        },
        {
          "description": "Override the API endpoint for self-hosted Spanlens. Default: https://api.spanlens.io",
          "format": "string",
          "default": "https://api.spanlens.io",
          "name": "SPANLENS_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...