Loomal

context-bridge

MCP server by github.com/prateekg7/context-bridge

Context portability MCP server for compressing, formatting, and resuming AI conversation handoffs.

1 starsnpm: @contextbridge_ai/mcp

About context-bridge

context-bridge is an MCP (Model Context Protocol) server published by prateekg7 in the official MCP registry. Context portability MCP server for compressing, formatting, and resuming AI conversation handoffs.

It ships as an npm package (@contextbridge_ai/mcp), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/prateekg7/context-bridge, where the project has earned 1 GitHub stars.

Use context-bridge with your agent

Claude Code · one command
claude mcp add context-bridge -- npx -y @contextbridge_ai/mcp
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "context-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@contextbridge_ai/mcp"
      ]
    }
  }
}
npm@contextbridge_ai/mcp

Frequently asked questions

What is context-bridge?
context-bridge is an MCP (Model Context Protocol) server by prateekg7. Context portability MCP server for compressing, formatting, and resuming AI conversation handoffs.
How do I connect context-bridge to Claude, Cursor, or another MCP client?
Install context-bridge from its npm package (@contextbridge_ai/mcp) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is context-bridge open source?
Yes — the source code is public at github.com/prateekg7/context-bridge, with 1 GitHub stars.
Can AI agents pay to use context-bridge?
Not yet through Loomal — context-bridge is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain context-bridge? Claim this listing free by verifying GitHub ownership, or contact us.