diff --git a/.context/mcp.json b/.context/mcp.json index cd0f1bc..c967ef1 100644 --- a/.context/mcp.json +++ b/.context/mcp.json @@ -1,8 +1,18 @@ { "mcpServers": { - "knowledge": { - "url": "http://localhost:3100/mcp", - "description": "Project knowledge base — vector + graph retrieval" + "brain": { + "type": "http", + "url": "https://brain-mcp.d-ma.be/mcp", + "headers": { + "Authorization": "Bearer ${BRAIN_MCP_TOKEN}" + } + }, + "gitea": { + "type": "http", + "url": "https://git-mcp.d-ma.be/mcp", + "headers": { + "Authorization": "Bearer ${GITEA_MCP_TOKEN}" + } } } }