agent lsp for Claude Desktop
io.github.blackwell-systems/agent-lsp
Orchestrates language servers into 65 code-intelligence tools across 31 languages, token-optimized.
client:Claude Desktop
transport:stdio
runtime:npm
Install agent lsp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-lsp": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/agent-lsp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs