mcpbeat Sign in

Lossless Context MCP Server

local only

Lossless Context MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from npm. Last commit 5 Sep 2026.

Agent context flight recorder: restore after compaction, fan-out packs, signed git-bound receipts.

Installs per day peak 305 · avg 27
a month agotoday
74
Installs / week
npm · lossless-context-mcp
4
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Lossless Context MCP 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 lossless-context-mcp -- npx -y lossless-context-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lossless-context-mcp": {
      "args": [
        "-y",
        "lossless-context-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lossless-context-mcp]
command = "npx"
args = ["-y", "lossless-context-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "lossless-context-mcp": {
      "args": [
        "-y",
        "lossless-context-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lossless-context-mcp": {
      "args": [
        "-y",
        "lossless-context-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Lossless Context MCP

same job, measured the same way
Postcept
by postcept

Verify agent actions against the system of record and get signed completion receipts.

43 installs/wk local only
Tersign Evidence
by tersignhq

Counter-signed evidence records for agent commerce: receipts, verification, dispute envelopes.

181 installs/wk local only
PEAC Protocol: Signed interaction receipts
by peacprotocol

Portable signed records for agent, API, MCP, and cross-runtime interactions.

82 installs/wk local only
Merchant Context
by ihint

Resolve sourced merchant facts and safe actions before an agent acts.

9 tools answering
API Governance
by coderifts

Contract-change authorization for AI agents. Signed receipts verify offline.

3 tools answering
Proof Layer
by world-999-labs

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

22 installs/wk local only
Emilia Protocol
by emiliaprotocol

Exact-action approval for consequential agent actions: request, track, and verify signed receipts.

237 installs/wk local only
HiveAttest
by srotzin

Pre-action attestation perimeter for AI agents — 8 primitives, signed C18 receipt per call.

18 tools answering

Lossless Context MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Lossless Context MCP?
Lossless Context MCP 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 lossless-context-mcp was installed 74 times last week.
How do I connect Lossless Context MCP?
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 lossless-context-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Lossless Context MCP?
The npm package lossless-context-mcp was installed 74 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 Lossless Context MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 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.