Skip to content
Cursor

resolve for Cursor

dev.forestrie/resolve

Fetches receipts, genesis and accumulator snapshots for @forestrie/mcp-verify and labels provenance

client:Cursor transport:stdio runtime:npm

Install resolve 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": {
    "resolve": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@forestrie/mcp-resolve"
      ],
      "env": {
        "FORESTRIE_BASE_URL": "<FORESTRIE_BASE_URL>",
        "FORESTRIE_RPC_URL": "<FORESTRIE_RPC_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

resolve in other clients