Utuh watcher for Cursor
io.github.pugarhuda/utuh-mcp
Sweep bonded completeness claims on Creditcoin against Ethereum, and refute one that omits an event.
client:Cursor
transport:stdio
runtime:npm
Install Utuh watcher in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"utuh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"utuh-mcp"
],
"env": {
"PRIVATE_KEY": "<PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs