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