PluginBench
MCP Server
Active
MIT

io.github.NORTHTEKDevs/lossless-context-mcp MCP Server

io.github.NORTHTEKDevs/lossless-context-mcp

What is the io.github.NORTHTEKDevs/lossless-context-mcp MCP server?

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

How to install io.github.NORTHTEKDevs/lossless-context-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lossless-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lossless-context-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "lossless-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lossless-context-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "lossless-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lossless-context-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "lossless-context-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lossless-context-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add lossless-context-mcp -- npx -y lossless-context-mcp

Related MCP servers

Fully local memory for AI agents: zero-LLM ingest, semantic recall, air-gapped, auditable.

3
Python
Apache-2.0
View repository →