Add MCP bridge server for Claude Code integration
All checks were successful
Build and Push Agent / build (push) Successful in 4s
All checks were successful
Build and Push Agent / build (push) Successful in 4s
- 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>
This commit is contained in:
11
claude-code-config.json
Normal file
11
claude-code-config.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"aiworker": {
|
||||
"command": "node",
|
||||
"args": ["/workspace/mcp-bridge-server.js"],
|
||||
"env": {
|
||||
"BACKEND_URL": "https://api.fuq.tv"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user