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 "Deploy 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 initThis server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Codebase graphs, caller impact analysis, and recorded project context for AI coding agents.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceProvides LLMs with code intelligence tools like relationship explanation, PR impact analysis, and health reports via the Model Context Protocol.3MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI agents with language-aware code analysis through the Language Server Protocol, enabling tasks like getting code insights and diagnostics.6 npm191MIT
- AlicenseNot gradedqualityDmaintenanceExposes Language Server Protocol (LSP) functionality as Model Context Protocol (MCP) tools, enabling AI clients to programmatically analyze and edit code in any language supported by VS Code.5 npm33MIT
- AlicenseAqualityFmaintenanceProvides C++ code intelligence tools for AI agents via the Model Context Protocol, enabling symbol navigation, type information, and diagnostics.948Mozilla Public 2.0