Odel
Context Bridge

Context Bridge

Local
@prateekg72TypeScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@contextbridge_ai/mcpv0.1.3

Run

npx -y @contextbridge_ai/mcp

MCP client config

{
  "mcpServers": {
    "context-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@contextbridge_ai/mcp"
      ]
    }
  }
}