← Back to Plugins
MCP Server MCP

io.github.prateekg7/context-bridge

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @contextbridge_ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@contextbridge_ai/mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional BYOK API key for the OpenAI Responses or chat-completions lane.",
          "format": "string",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "Optional model override for the OpenAI BYOK lane.",
          "format": "string",
          "name": "OPENAI_MODEL"
        },
        {
          "description": "Optional hosted inference endpoint for the no-key lane.",
          "format": "string",
          "name": "CONTEXTBRIDGE_HOSTED_URL"
        },
        {
          "description": "Optional auth key for the hosted inference endpoint.",
          "format": "string",
          "isSecret": true,
          "name": "CONTEXTBRIDGE_HOSTED_API_KEY"
        },
        {
          "description": "Optional hosted model identifier override.",
          "format": "string",
          "name": "CONTEXTBRIDGE_HOSTED_MODEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...