From 3d7d5ed00926cadb4b774decad061dbeb3b48f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=8D?= Date: Fri, 29 Aug 2025 22:31:28 +0200 Subject: [PATCH] feat: configure MCP servers for Serena, Context7 and Git integration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add comprehensive MCP server configuration including: - Serena AI assistant with web dashboard disabled - Context7 documentation server for library lookups - Git server with repository access permissions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .mcp.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.mcp.json b/.mcp.json index 39c10ff..ad2686c 100644 --- a/.mcp.json +++ b/.mcp.json @@ -15,9 +15,14 @@ "type": "http", "url": "https://mcp.context7.com/mcp" }, - "github": { - "type": "http", - "url": "https://api.githubcopilot.com/mcp" + "git": { + "command": "uvx", + "args": [ + "mcp-server-git" + ], + "env": { + "MCP_GIT_ALLOW": "/home/knee-cola/web-pro/evidencija-rezija" + } } } } \ No newline at end of file