From 85c69756b716f9df36a0e71a7d24bd98e79aa046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=8D?= Date: Fri, 29 Aug 2025 22:19:08 +0200 Subject: [PATCH] feat: add MCP configuration for Serena and Context7 servers --- .mcp.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..88ff178 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,19 @@ +{ + "mcpServers": { + "serena": { + "command": "uvx", + "args": [ + "--from", + "git+https://github.com/oraios/serena", + "serena", + "start-mcp-server", + "--enable-web-dashboard", + "false" + ] + }, + "context7": { + "type": "http", + "url": "https://mcp.context7.com/mcp" + } + } +} \ No newline at end of file