loading…
Search for a command to run...
loading…
Bridges the Model Context Protocol with Language Server Protocol to provide AI agents with persistent access to code intelligence features including navigation,
Bridges the Model Context Protocol with Language Server Protocol to provide AI agents with persistent access to code intelligence features including navigation, diagnostics, refactoring, and completion across 7+ programming languages.
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 init
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"lsp-mcp": {
"command": "npx",
"args": []
}
}
}