chore: update mcp.json — brain + gitea only (no infra/knowledge for research project)

This commit is contained in:
mathias
2026-05-27 21:57:13 +00:00
parent 414ad1bdb2
commit 5c24864021
+13 -3
View File
@@ -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}"
}
}
}
}