TONNode — TON blockchain access for Zed
io.github.tonnode/mcp
Liteserver access to TON: balances, account state, transactions and get-methods over native ADNL.
client:Zed
transport:stdio
runtime:npm
Install TONNode — TON blockchain access in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@tonnode/mcp"
],
"env": {
"TON_LITESERVERS": "<TON_LITESERVERS>",
"TON_NETWORK": "<TON_NETWORK>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs