Skip to content
Zed

multichain-mcp for Zed

io.github.wkalidev/multichain-mcp

MCP server for AI agents — Stacks, Celo, and Base in one npm package.

client:Zed transport:stdio runtime:npm

Install multichain-mcp 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": {
    "multichain-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wkalidev/multichain-mcp"
      ],
      "env": {
        "MULTICHAIN_LICENSE_KEY": "<MULTICHAIN_LICENSE_KEY>"
      }
    }
  }
}

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

multichain-mcp in other clients