From 021ca0e11f41da14b802d76b890c330c3db34812 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 6 May 2025 21:13:01 +0000 Subject: [PATCH] feat(mcp): configure servers * `context7` * `git` --- config/mcphub/config.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/mcphub/config.json diff --git a/config/mcphub/config.json b/config/mcphub/config.json new file mode 100644 index 0000000..47bfc52 --- /dev/null +++ b/config/mcphub/config.json @@ -0,0 +1,17 @@ +{ + "mcpServers": { + "context7": { + "command": "pnpm", + "args": [ + "dlx", + "@upstash/context7-mcp@latest" + ] + }, + "git": { + "command": "uvx", + "args": [ + "mcp-server-git" + ] + } + } +}