Skip to content
Cursor

agdel mcp for Cursor

io.github.zeroth-settlement/agdel-mcp

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

client:Cursor transport:stdio runtime:npm

Install agdel mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "agdel-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agdel-mcp"
      ],
      "env": {
        "AGDEL_API_URL": "<AGDEL_API_URL>",
        "AGDEL_SIGNER_PRIVATE_KEY": "<AGDEL_SIGNER_PRIVATE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agdel mcp in other clients