sidecar

nedonatelli/sidecar
★ 1 stars TypeScript 🤖 AI/LLM Updated today
Free, self-hosted AI coding assistant for VS Code — local Ollama models, Anthropic Claude, or any OpenAI-compatible server. Full agent loop with tool use, inline completions, and MCP support.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sidecar": {
      "command": "npx",
      "args": [
        "-y",
        "nedonatelli/sidecar"
      ]
    }
  }
}

Topics

agentai-coding-assistantanthropiccode-completioncopilot-alternativelocal-llmmcpollamaopenai-compatibletool-usetypescriptvscode-extension