mcp
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
.aider*
|
.aider*
|
||||||
|
AI/MCP/*
|
@@ -1,32 +1,29 @@
|
|||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"github.com/modelcontextprotocol/servers/tree/main/src/git": {
|
"github.com/modelcontextprotocol/servers/tree/main/src/git": {
|
||||||
"command": "uvx",
|
"command": "uvx",
|
||||||
"args": ["mcp-server-git"],
|
"args": ["mcp-server-git"],
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
"autoApprove": []
|
"autoApprove": []
|
||||||
},
|
},
|
||||||
|
|
||||||
"github.com/modelcontextprotocol/servers/tree/main/src/filesystem": {
|
"github.com/modelcontextprotocol/servers/tree/main/src/filesystem": {
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": [
|
"args": [
|
||||||
"-y",
|
"-y",
|
||||||
"@modelcontextprotocol/server-filesystem@0.5.1",
|
"@modelcontextprotocol/server-filesystem@0.5.1",
|
||||||
"C:\\Users\\popov\\Documents",
|
"C:\\Users\\popov\\Documents",
|
||||||
"D:\\DEV\\workspace"
|
"D:\\DEV\\workspace"
|
||||||
],
|
],
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
"autoApprove": []
|
"autoApprove": []
|
||||||
},
|
},
|
||||||
|
|
||||||
"github.com/zcaceres/fetch-mcp": {
|
"github.com/zcaceres/fetch-mcp": {
|
||||||
"command": "npx",
|
"command": "node",
|
||||||
"args": [
|
"args": ["C:\\Users\\popov\\Documents\\Cline\\MCP\\fetch-mcp\\dist\\index.js"],
|
||||||
"-y",
|
"disabled": false,
|
||||||
"@modelcontextprotocol/server-fetch"
|
"autoApprove": []
|
||||||
],
|
}
|
||||||
"disabled": false,
|
}
|
||||||
"autoApprove": []
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user