Skip to content
Zed

Kenda for Zed

io.github.kenda-co/ingestion-mcp

Read-only MCP server for querying Kenda token spend and waste

client:Zed transport:stdio runtime:pypi

Install Kenda in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "ingestion-mcp": {
      "command": "uvx",
      "args": [
        "ingestion-mcp"
      ],
      "env": {
        "KENDA_ENDPOINT": "<KENDA_ENDPOINT>",
        "KENDA_TOKEN": "<KENDA_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Kenda in other clients