★ 1 stars
TypeScript
🤖 AI/LLM
Updated 1mo ago
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 →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"sidecar": {
"command": "npx",
"args": [
"-y",
"nedonatelli/sidecar"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add sidecar npx -y nedonatelli/sidecar
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"sidecar": {
"command": "npx",
"args": [
"-y",
"nedonatelli/sidecar"
]
}
}
}
📋 Copy
Topics
agent ai-coding-assistant anthropic code-completion copilot-alternative local-llm mcp ollama openai-compatible tool-use typescript vscode-extension