feat(mcp): configure servers

* `context7`
* `git`
This commit is contained in:
João Paulo Dubas 2025-05-06 21:13:01 +00:00
parent 988fd8fe27
commit 021ca0e11f
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

17
config/mcphub/config.json Normal file
View File

@ -0,0 +1,17 @@
{
"mcpServers": {
"context7": {
"command": "pnpm",
"args": [
"dlx",
"@upstash/context7-mcp@latest"
]
},
"git": {
"command": "uvx",
"args": [
"mcp-server-git"
]
}
}
}