Brain and supervisor now behind NPM with Let's Encrypt. Use canonical hostnames (brain-mcp.d-ma.be, supervisor-mcp.d-ma.be) over NodePorts so connections work across networks without Tailscale for DNS. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"mcpServers": {
|
|
"supervisor": {
|
|
"type": "http",
|
|
"url": "https://supervisor-mcp.d-ma.be/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer ${SUPERVISOR_MCP_TOKEN}"
|
|
}
|
|
},
|
|
"brain": {
|
|
"type": "http",
|
|
"url": "https://brain-mcp.d-ma.be/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer ${BRAIN_MCP_TOKEN}"
|
|
}
|
|
}
|
|
}
|
|
}
|