Files
scripts/AI/MCP/cline_mcp_settings.json
Dobromir Popov 3993248a76 misc, GW SP 2
2025-08-20 22:09:38 +03:00

32 lines
728 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@0.5.1",
"C:\\Users\\popov\\Documents",
"D:\\DEV\\workspace"
],
"disabled": false,
"autoApprove": []
},
"github.com/zcaceres/fetch-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch"
],
"disabled": false,
"autoApprove": []
}
}
}