
Local AI Coding Setup
Supports UIby mxxx222
Comprehensive local AI coding environment with Ollama and LM Studio integration for privacy-focused development.
What it does
This MCP server and accompanying setup suite enable a fully local, uncensored AI coding environment. It connects AI clients to local LLM runners like Ollama and llama.cpp, ensuring that all code and data remain on the user's hardware for maximum privacy and security.
Tools
- Hardware Optimization: Automatically detects and configures GPU acceleration (Metal for Mac, CUDA for NVIDIA).
- Model Management: Streamlined downloading and hot-swapping of code-focused models like Dolphin-Qwen and WizardLM.
- IDE Integration: Pre-configured settings for VS Code Continue.dev and Cline to leverage local endpoints.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"local-ai-coding": {
"command": "node",
"args": ["/path/to/local-ai-coding-setup/mcp_server.js"]
}
}
}
Supported hosts
- Claude Desktop
- VS Code (via Continue.dev)
Quick install
npm install local-ai-coding-mcpInformation
- Pricing
- free
- Published
- 5/23/2026
- stars






