Skip to content
Windsurf

Obyte MCP for Windsurf

io.github.taump/obyte-mcp

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

client:Windsurf transport:stdio runtime:npm

Install Obyte MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Obyte MCP in other clients