Skip to content
Zed

Obyte MCP for Zed

io.github.taump/obyte-mcp

Query Obyte mainnet and testnet: balances, units, autonomous agents, AA state, dry runs, tokens.

client:Zed transport:stdio runtime:npm

Install Obyte 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": {
    "obyte-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "obyte-mcp"
      ],
      "env": {
        "OBYTE_NETWORK": "<OBYTE_NETWORK>",
        "OBYTE_MAINNET_HUB_ADDRESS": "<OBYTE_MAINNET_HUB_ADDRESS>",
        "OBYTE_TESTNET_HUB_ADDRESS": "<OBYTE_TESTNET_HUB_ADDRESS>",
        "OBYTE_TESTNET_TOKEN_REGISTRY_ADDRESS": "<OBYTE_TESTNET_TOKEN_REGISTRY_ADDRESS>"
      }
    }
  }
}

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

Obyte MCP in other clients