From 5c2486402177c6f8a047487057e70cac490229a6 Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 27 May 2026 21:57:13 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20update=20mcp.json=20=E2=80=94=20brain?= =?UTF-8?q?=20+=20gitea=20only=20(no=20infra/knowledge=20for=20research=20?= =?UTF-8?q?project)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .context/mcp.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) 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}" + } } } }