LSP-MCP
Provides language intelligence for C and C++ via integration with clangd, including diagnostics, cross-file navigation (go-to-definition, go-to-declaration), find references, code completion, and document formatting capabilities.
Provides comprehensive language intelligence for JavaScript via integration with typescript-language-server, including real-time diagnostics, cross-file navigation (go-to-definition, find references), code completion, refactoring tools, and workspace-wide symbol search.
Provides language intelligence for PHP via integration with intelephense, including diagnostics, code completion, navigation features (go-to-definition, find references), and workspace-wide symbol search.
Provides language intelligence for Python via integration with pyright-langserver, including type-checking diagnostics, cross-file navigation (go-to-definition, find references), code completion, signature help, and automated refactoring capabilities.
Provides comprehensive language intelligence for Rust via integration with rust-analyzer, including real-time diagnostics, cross-file navigation (go-to-definition, find references, go-to-implementation), code completion, and symbol renaming across the workspace.
Provides comprehensive language intelligence for TypeScript via integration with typescript-language-server, including real-time diagnostics, cross-file navigation (go-to-definition, find references), code completion, refactoring tools, and workspace-wide symbol search.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LSP-MCPgo to definition of handleRequest"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
This project has moved
lsp-mcp has been renamed to agent-lsp.
All development continues at blackwell-systems/agent-lsp. This repository is archived and will not receive updates.
# Install agent-lsp
curl -fsSL https://raw.githubusercontent.com/blackwell-systems/agent-lsp/main/install.sh | sh
agent-lsp initLatest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blackwell-systems/LSP-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server