Skip to content
Zed

agdel mcp for Zed

io.github.zeroth-settlement/agdel-mcp

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

client:Zed transport:stdio runtime:npm

Install agdel mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

agdel mcp in other clients