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" + ] + } + } +}