#472 · Primary category: AI Coding Assistants
lsp-ai
LSP-AI is an open-source language server that serves as a backend for AI-powered functionality, designed to assist and empower software engineers, not replace them.
Project last updated:01/07/25
GitHub Stars
3.2K
Forks
117
Contributors
8
License
MIT
Why we included this project
LSP-AI is a language server that brings AI features into any editor speaking the Language Server Protocol, from VS Code and NeoVim to Emacs, Helix, Sublime, and others. You get in-editor chat with your models, Copilot-style code completions, and custom actions you can define for refactoring or other repetitive work, all without being tied to one vendor's plugin. Backend choice is up to you: it works with llama.cpp, Ollama, OpenAI-compatible APIs, Anthropic, Gemini, and Mistral FIM-compatible endpoints, so you can run small local models or connect hosted ones depending on your speed and privacy needs. Since every feature flows through one shared server, it also simplifies plugin development for people building editor integrations that want AI built in.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.