The agent-lsp project, developed by blackwell-systems, introduces an MCP server that bridges the gap between AI agents and existing Language Server Protocol (LSP) servers. Unlike a standalone LSP server, agent-lsp acts as an orchestration layer, managing various language servers (e.g., gopls, rust-analyzer, jdtls) to provide AI agents with advanced code intelligence features. Key functionalities include type-aware navigation, blast-radius analysis for understanding code changes, and the ability to perform pre-verified edits. The system supports 50 tools, 21 skills, and 30 languages, facilitating complex agent workflows such as refactoring, impact analysis, and safe editing. A recent update, v0.12.0, specifically addressed and fixed Windows daemon mode issues, improving platform compatibility and stability. This release also significantly increased unit test coverage across core packages and clarified the project's positioning as an MCP server in its documentation.
Featured on AI Radar: agent-lsp: Code Intelligence for AI Agents via MCP Server