Skip to content
Zed

OneSource MCP for Zed

io.onesource/mcp

Blockchain data, Deepstate and Standard Reserve markets, live chain queries, and API docs

client:Zed transport:stdio runtime:npm

Install OneSource 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": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@one-source/mcp"
      ],
      "env": {
        "X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>",
        "ONESOURCE_API_KEY": "<ONESOURCE_API_KEY>"
      }
    }
  }
}

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

OneSource MCP in other clients