canton mcp for Zed
io.github.noves-inc/canton-mcp
Query Canton Network balances, rewards, transactions, prices, and identity from any AI agent.
client:Zed
transport:stdio
runtime:npm
Install canton mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"canton-mcp": {
"command": "npx",
"args": [
"-y",
"@noves/canton-mcp"
],
"env": {
"NOVES_API_KEY": "<NOVES_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs