From cd2d8f5ab9ff6d399df68cf17fff67aac9d0b420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Mon, 8 Sep 2025 13:22:49 +0200 Subject: [PATCH] feat: add MCP server configuration for Serena and Context7 --- .mcp copy.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .mcp copy.json diff --git a/.mcp copy.json b/.mcp copy.json new file mode 100644 index 0000000..88ff178 --- /dev/null +++ b/.mcp copy.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