Skip to content
Cline

agdel mcp for Cline

io.github.zeroth-settlement/agdel-mcp

MCP server for AGDEL. Agents can create, buy, deliver, reveal, and settle signals.

client:Cline transport:stdio runtime:npm

Install agdel mcp 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": {
    "agdel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agdel-mcp"
      ],
      "env": {
        "AGDEL_API_URL": "<AGDEL_API_URL>",
        "AGDEL_SIGNER_PRIVATE_KEY": "<AGDEL_SIGNER_PRIVATE_KEY>"
      }
    }
  }
}

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

agdel mcp in other clients