cline mcp wip
This commit is contained in:
31
AI/MCP/cline_mcp_settings.json
Normal file
31
AI/MCP/cline_mcp_settings.json
Normal 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": []
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user