Skip to content
Windsurf

mcp server for Windsurf

io.github.azeth-protocol/mcp-server

Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents

client:Windsurf transport:stdio runtime:npm

Install mcp server 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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@azeth/mcp-server"
      ],
      "env": {
        "AZETH_PRIVATE_KEY": "<AZETH_PRIVATE_KEY>",
        "AZETH_CHAIN": "<AZETH_CHAIN>",
        "AZETH_GUARDIAN_KEY": "<AZETH_GUARDIAN_KEY>",
        "AZETH_GUARDIAN_AUTO_SIGN": "<AZETH_GUARDIAN_AUTO_SIGN>",
        "AZETH_RPC_URL_BASE_SEPOLIA": "<AZETH_RPC_URL_BASE_SEPOLIA>",
        "AZETH_SERVER_URL": "<AZETH_SERVER_URL>",
        "AZETH_EMERGENCY_ADDRESS": "<AZETH_EMERGENCY_ADDRESS>",
        "XMTP_ENCRYPTION_KEY": "<XMTP_ENCRYPTION_KEY>"
      }
    }
  }
}

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

mcp server in other clients