Loading MCP server directory, please wait...
Context portability MCP server for compressing, formatting, and resuming AI conversation handoffs.
npx @getmcp/cli add io.github.prateekg7/context-bridgeRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.prateekg7/context-bridge": {
"command": "npx",
"args": [
"-y",
"@contextbridge_ai/mcp"
],
"env": {
"OPENAI_API_KEY": "",
"OPENAI_MODEL": "",
"CONTEXTBRIDGE_HOSTED_URL": "",
"CONTEXTBRIDGE_HOSTED_API_KEY": "",
"CONTEXTBRIDGE_HOSTED_MODEL": ""
}
}
}
}