blackwell-systems/agent-lsp
🔌 MCP Serverblackwell-systems
A stateful MCP server bridging AI agents with real language servers for precise, context-aware code editing.
Agent-LSP acts as a critical middleware layer between AI agents and the developer ecosystem. By leveraging the Language Server Protocol, it provides agents with deep, semantic understanding of source code, moving beyond simple text-based interactions. The system includes over 50 specialized tools and 20 pre-configured agent workflows designed to handle complex refactoring, navigation, and debugging tasks.
Key innovations include persistent session management, which keeps project indexes 'warm' for instant query responses, and a speculative execution engine. This engine allows the agent to propose and test code edits in a virtualized memory environment, significantly reducing the risk of breaking changes. With support for 30+ languages, it provides a unified interface for agents to perform IDE-grade operations, making it an essential tool for building autonomous coding agents that require high-fidelity interaction with existing codebases.
💡Highlights
- ├─30+ CI-verified languages
- ├─50+ specialized LSP tools
- └─Speculative in-memory editing
🎯For
- ├─AI Engineers
- ├─Software Developers
- └─Tooling Infrastructure Teams