Skip to content

Host Setup

The bridge works as an MCP server for any host that supports stdio-based MCP tools.

Supported Hosts

HostConfig FormatAuto-configure
VS Code CopilotJSONsp-local-bridge configure vscode-copilot
Claude DesktopJSONsp-local-bridge configure claude-desktop
Codex CLITOMLsp-local-bridge configure codex

How It Works

  1. Run sp-local-bridge configure <host> to write the MCP entry
  2. Restart the host application
  3. The host discovers the bridge tools via MCP tools/list
  4. Tools are available in your AI conversations

Preview Without Writing

bash
sp-local-bridge configure --dry-run <host>

Remove Configuration

bash
sp-local-bridge configure --remove <host>

If you prefer to add config manually:

bash
sp-local-bridge print-config <host>

This prints the config snippet and the file path where it should be added.

Released under the MIT License.