MCP server bridge that wraps Claude Code headless mode as tools for Tasklet/AI agent orchestration
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-code-mcp-brid": {
"command": "npx",
"args": [
"-y",
"cgoodsell68/claude-code-mcp-bridge"
]
}
}
}
Run in terminal:
claude mcp add claude-code-mcp-brid npx -y cgoodsell68/claude-code-mcp-bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-code-mcp-brid": {
"command": "npx",
"args": [
"-y",
"cgoodsell68/claude-code-mcp-bridge"
]
}
}
}