Files
scripts/AI/MCP/cline_mcp_settings.json
Dobromir Popov c3254fcfa9 cline mcp wip
2025-08-13 12:54:19 +03:00

31 lines
655 B
JSON

{
"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": []
}
}
}