Files
aiworker-agent/claude-code-config.json
Hector Ros 7ea10571c4
All checks were successful
Build and Push Agent / build (push) Successful in 4s
Add MCP bridge server for Claude Code integration
- MCP bridge: stdio protocol <-> HTTP endpoints
- Config file for Claude Code with aiworker MCP server
- Maps Claude MCP calls to /api/mcp/* endpoints
- To install: copy to /root/.config/claude/config.json in pod

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 02:24:48 +01:00

12 lines
193 B
JSON

{
"mcpServers": {
"aiworker": {
"command": "node",
"args": ["/workspace/mcp-bridge-server.js"],
"env": {
"BACKEND_URL": "https://api.fuq.tv"
}
}
}
}