MCP server that fetches receipts, genesis documents and accumulator snapshots for @forestrie/mcp-verify to verify
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-resolve": {
"command": "npx",
"args": [
"-y",
"forestrie/mcp-resolve"
]
}
}
}
Run in terminal:
claude mcp add mcp-resolve npx -y forestrie/mcp-resolve
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-resolve": {
"command": "npx",
"args": [
"-y",
"forestrie/mcp-resolve"
]
}
}
}