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

View File

@ -19,6 +19,17 @@ pip install mcp-server-git
python -m mcp_server_git
export OLLAMA_DEBUG=1
export OLLAMA_GPU_LAYERS=-1
export OLLAMA_NUM_CTX=14096
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
ollama serve
aider
aider --no-show-model-warnings --no-gitignore --model ollama_chat/gpt-oss:20b
continue config: C:\Users\popov\.continue\config.json