agdel mcp for Claude Desktop
io.github.zeroth-settlement/agdel-mcp
MCP server for AGDEL. Agents can create, buy, deliver, reveal, and settle signals.
client:Claude Desktop
transport:stdio
runtime:npm
Install agdel mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs