Skip to content
Zed

cardano mcp for Zed

io.github.indigoprotocol/cardano-mcp

Cardano MCP — transactions, addresses, UTxOs, balances, ADAHandles & stake delegation

client:Zed transport:stdio runtime:npm

Install cardano mcp in Zed

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

{
  "context_servers": {
    "cardano-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@indigoprotocol/cardano-mcp"
      ]
    }
  }
}

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

cardano mcp in other clients