From c3254fcfa9f586d21c692e1d0b05754866b63f60 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Wed, 13 Aug 2025 12:54:19 +0300 Subject: [PATCH] cline mcp wip --- AI/MCP/cline_mcp_settings.json | 31 +++++++++++++++++++++++++++++++ AI/aider/notes.md | 11 +++++++++++ 2 files changed, 42 insertions(+) create mode 100644 AI/MCP/cline_mcp_settings.json diff --git a/AI/MCP/cline_mcp_settings.json b/AI/MCP/cline_mcp_settings.json new file mode 100644 index 0000000..212fe4a --- /dev/null +++ b/AI/MCP/cline_mcp_settings.json @@ -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": [] + } + } +} \ No newline at end of file diff --git a/AI/aider/notes.md b/AI/aider/notes.md index b35f306..56c5e2f 100644 --- a/AI/aider/notes.md +++ b/AI/aider/notes.md @@ -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 \ No newline at end of file