Context Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 12 May 2026.
Context portability MCP server for compressing, formatting, and resuming AI conversation handoffs.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
return JSON.stringify(process.env[key] ?? "");
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add context-bridge -- npx -y @contextbridge_ai/mcp
{
"mcpServers": {
"context-bridge": {
"args": [
"-y",
"@contextbridge_ai/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.context-bridge]
command = "npx"
args = ["-y", "@contextbridge_ai/mcp"]
{
"mcpServers": {
"context-bridge": {
"args": [
"-y",
"@contextbridge_ai/mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"context-bridge": {
"args": [
"-y",
"@contextbridge_ai/mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
OPENAI_API_KEY (Optional BYOK API key for the OpenAI Responses or chat-completions lane.), OPENAI_MODEL (Optional model override for the OpenAI BYOK lane.), CONTEXTBRIDGE_HOSTED_URL (Optional hosted inference endpoint for the no-key lane.), CONTEXTBRIDGE_HOSTED_API_KEY (Optional auth key for the hosted inference endpoint.), CONTEXTBRIDGE_HOSTED_MODEL (Optional hosted model identifier override.).
The author declared them in the registry entry; get the values from the project itself.
MCP Server for SlimContext - AI chat history compression tools
MCP server for web content fetching, summarizing, comparing, and extracting information
MCP server for AI-enhanced prompt engineering and request conversion.
MCP server for markdown: tables, TOC, HTML conversion, formatting.
Read-only MCP server for Hostaway PMS — guest conversations, reservations, and listings
Persistent memory for AI agents — log and recall conversation context over MCP.
MCP server for Skim code transformation. Compresses code 60-95% for LLM context optimization.
MCP Server for Revit integration - AI-Powered Revit Control
Answers built from our own checks of this server.