Stats
Actions
Tags
From agentbridge
Runs locally as a stdio subprocess with Bun executing bridge-server.js to bridge Claude to an agent daemon via AGENTBRIDGE_DAEMON_ENTRY env var. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"agentbridge": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/server/bridge-server.js"
],
"env": {
"AGENTBRIDGE_DAEMON_ENTRY": "./daemon.js"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bunCommand-line arguments passed to the server process
Environment variables set when the server starts
AGENTBRIDGE_DAEMON_ENTRY=./daemon.jsnpx claudepluginhub quilin-ai/agent-bridge --plugin agentbridge