mcpbeat Sign in

Resolve MCP Server

local only

Resolve runs on your own machine — the client starts it, so there is no endpoint to ping. 665 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 439 · avg 22
a month agotoday
665
Installs / week
npm · @forestrie/mcp-resolve
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Resolve every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add resolve -- npx -y @forestrie/mcp-resolve
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "resolve": {
      "args": [
        "-y",
        "@forestrie/mcp-resolve"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.resolve]
command = "npx"
args = ["-y", "@forestrie/mcp-resolve"]
.cursor/mcp.json
{
  "mcpServers": {
    "resolve": {
      "args": [
        "-y",
        "@forestrie/mcp-resolve"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "resolve": {
      "args": [
        "-y",
        "@forestrie/mcp-resolve"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FORESTRIE_BASE_URL (SCRAPI base URL used when a call omits baseUrl. Optional; the package ships no default and names no operator.), FORESTRIE_RPC_URL (JSON-RPC endpoint used when a call omits rpcUrl: your own chain access. Optional; the package ships no default and names no provider.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Resolve

same job, measured the same way
C
Agent Receipts
by dropwatchhq

Issue & verify signed (ed25519), hash-chained, timestamped provenance receipts for agent actions.

3 tools answering
Agentrank MCP
by saviodamato

Find real, verifiable businesses with provenance and source URLs - for AI agents.

90 installs/wk local only
Proof Layer
by world-999-labs

Signed, hash-chained provenance receipts for AI agent actions.

22 installs/wk local only
Verify
by forestrie

MCP verification server for Forestrie receipts — offline, no backend, no key, no network

1 267 installs/wk local only
Kasbah MCP
by al-adnane

Governance layer for agentic AI — signed, verifiable receipts for every agent action.

55 installs/wk local only
GENESIS ProofRelay MCP Verifier
by genesisre

Read-only verifier for 25 ProofRelay MCP tools and non-confidential evidence bundles.

26 tools answering
Seam Runtime
by blackhatshiftey

SEAM: local-first memory runtime for AI agents, with retrieval and glassbox provenance over MCP.

46 installs/wk local only
Sentarion
by sammyboi81

Give your AI agents rules, memory, and receipts. Governed multi-agent orchestration for MCP.

1 139 installs/wk local only

Resolve — questions

Answers built from our own checks of this server.

Why is there no uptime for Resolve?
Resolve runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @forestrie/mcp-resolve was installed 665 times last week.
How do I connect Resolve?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @forestrie/mcp-resolve straight from npm; nothing to host, nothing to sign up for.
How many people use Resolve?
The npm package @forestrie/mcp-resolve was installed 665 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Resolve open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.