cline mcp wip

This commit is contained in:
Dobromir Popov
2025-08-13 12:54:19 +03:00
parent 145f906a20
commit c3254fcfa9
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,31 @@
{
"mcpServers": {
"github.com/modelcontextprotocol/servers/tree/main/src/git": {
"command": "uvx",
"args": [
"mcp-server-git"
],
"disabled": false,
"autoApprove": []
},
"github.com/modelcontextprotocol/servers/tree/main/src/filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"${workspaceFolder}"
],
"disabled": false,
"autoApprove": []
},
"github.com/zcaceres/fetch-mcp": {
"command": "npm",
"args": [
"start"
],
"disabled": false,
"autoApprove": []
}
}
}