Stats
Actions
Tags
From claude-code-bridge
Custom MCP server running a local Python process. Serves task cards. Purpose and functionality determined by the server implementation.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"bridge": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/index.js"
],
"env": {
"BRIDGE_HOST": "0.0.0.0",
"BRIDGE_PORT": "8787"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
BRIDGE_HOST=0.0.0.0BRIDGE_PORT=8787First indexed Apr 21, 2026
First indexed Apr 21, 2026
npx claudepluginhub lachlansleight/claude-code-wrapper --plugin claude-code-bridge