tctc mcp for Zed
io.github.kofujimura/tctc-mcp
ERC-7303 token-controlled roles for AI agents: grant, check, and revoke permissions on-chain
client:Zed
transport:stdio
runtime:npm
Install tctc mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tctc-mcp": {
"command": "npx",
"args": [
"-y",
"tctc-mcp"
],
"env": {
"TCTC_ADMIN_PRIVATE_KEY": "<TCTC_ADMIN_PRIVATE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs