← Back to Plugins
MCP Server MCP

Claude Code Bridge from Essential AI Solutions (essentialai.uk)

github By github 👁 1 views ▲ 0 votes

MCP bridge for inter-session communication between Claude Code instances

Homepage Verified source GitHub

Install

npx -y @essentialai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@essentialai/cc-bridge-mcp-server",
      "version": "0.3.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Directory for state file and logs",
          "default": "~/cloud_code_bridge",
          "name": "CC_BRIDGE_STATE_PATH"
        },
        {
          "description": "CLI subprocess timeout in milliseconds",
          "default": "120000",
          "name": "CC_BRIDGE_TIMEOUT_MS"
        },
        {
          "description": "Max characters in CLI message (0 = unlimited)",
          "default": "0",
          "name": "CC_BRIDGE_CHAR_LIMIT"
        },
        {
          "description": "Log verbosity: debug, info, warn, error",
          "default": "info",
          "name": "CC_BRIDGE_LOG_LEVEL"
        },
        {
          "description": "Path to the claude CLI executable",
          "default": "claude",
          "name": "CC_BRIDGE_CLAUDE_PATH"
        },
        {
          "description": "Time in ms before a peer is flagged as stale (0 = disabled)",
          "default": "1800000",
          "name": "CC_BRIDGE_STALE_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...