agdel mcp for Windsurf
io.github.zeroth-settlement/agdel-mcp
MCP server for AGDEL. Agents can create, buy, deliver, reveal, and settle signals.
client:Windsurf
transport:stdio
runtime:npm
Install agdel mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agdel-mcp": {
"command": "npx",
"args": [
"-y",
"agdel-mcp"
],
"env": {
"AGDEL_API_URL": "<AGDEL_API_URL>",
"AGDEL_SIGNER_PRIVATE_KEY": "<AGDEL_SIGNER_PRIVATE_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs