Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Utuh watcher in other clients