tctc mcp for Cursor
io.github.kofujimura/tctc-mcp
ERC-7303 token-controlled roles for AI agents: grant, check, and revoke permissions on-chain
client:Cursor
transport:stdio
runtime:npm
Install tctc mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tctc-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tctc-mcp"
],
"env": {
"TCTC_ADMIN_PRIVATE_KEY": "<TCTC_ADMIN_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs