agent lsp for Cursor
io.github.blackwell-systems/agent-lsp
Orchestrates language servers into 65 code-intelligence tools across 31 languages, token-optimized.
client:Cursor
transport:stdio
runtime:npm
Install agent lsp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-lsp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@blackwell-systems/agent-lsp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs