skill: add MCP bridge for host-side MCP servers#1324
Open
akasha-scheuermann wants to merge 1 commit intoqwibitai:mainfrom
Open
skill: add MCP bridge for host-side MCP servers#1324akasha-scheuermann wants to merge 1 commit intoqwibitai:mainfrom
akasha-scheuermann wants to merge 1 commit intoqwibitai:mainfrom
Conversation
Bridge host-side MCP servers (that can't run in Linux containers) into agent containers via IPC files. Supports dynamic tool discovery — no hardcoded tool definitions needed. - src/mcp-bridge.ts: generic JSON-RPC subprocess manager with listTools() - src/ipc.ts: MCP request/response forwarding via IPC - src/index.ts: env-based server config (MCP_BRIDGE_SERVERS) - src/container-runner.ts: IPC dirs + bridge manifest - container ipc-mcp-stdio.ts: dynamic tool discovery at startup - .claude/skills/add-mcp-bridge/SKILL.md: feature skill Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type
Feature skill
Summary
Bridge host-side MCP servers (that can't run in Linux containers) into agent containers via IPC. Designed for macOS-native APIs like Apple Reminders/Calendar (EventKit) but works with any stdio MCP server.
• Generic JSON-RPC subprocess manager (src/mcp-bridge.ts)
• IPC-based request/response forwarding
• Dynamic tool discovery — no hardcoded tool definitions
• Env-based config: MCP_BRIDGE_SERVERS, MCP_BRIDGE_{NAME}_COMMAND/ARGS/ENV
• SKILL.md with /add-mcp-bridge install flow
Test plan
• Configure a host-side MCP server via .env
• Send a message and verify bridged tools appear
• Call a bridged tool and verify response passes through