Skip to content
Cline

mcp server for Cline

io.github.azeth-protocol/mcp-server

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

client:Cline transport:stdio runtime:npm

Install mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp server in other clients