codebase-bridge-mcp

MCPReference

by EDMMY

Indexed by Glama. No runnable package is published via Glama's API — open the repository for install instructions.

mcphybrid

MCP configuration

stdio

Environment

  • BRIDGE_HOST

    HTTP bind address (default: 127.0.0.1)

  • BRIDGE_PORT

    HTTP listen port (default: 8765)

  • BRIDGE_REPO

    Path to the repository (default: current directory)

  • BRIDGE_MODEL

    Default model for new threads/ephemeral calls (default: Claude Code default)

  • BRIDGE_TOKENsecret

    Bearer token for http transport (required if transport=http, unless --insecure-no-auth is set)

  • BRIDGE_TIMEOUT

    Per-call wall-clock cap in seconds (default: 240)

  • BRIDGE_TRANSPORT

    Transport type: 'stdio' or 'http' (default: stdio)

  • BRIDGE_THREAD_TTL

    Idle seconds before a thread session is dropped (default: 1800, 0 = never)

  • BRIDGE_MAX_THREADS

    Live-thread cap before LRU eviction (default: 256)

  • BRIDGE_CONFINE_READS

    Confine reads to repo (1 = yes, 0 = no) (default: 1)

  • BRIDGE_MAX_CONCURRENT

    Cap on concurrent claude subprocesses (default: 4)

Install in one click with Zurek

Browse here, install from the native macOS app — pick targets, fill env vars, and write configs safely.