agent lsp for Windsurf
io.github.blackwell-systems/agent-lsp
Orchestrates language servers into 65 code-intelligence tools across 31 languages, token-optimized.
client:Windsurf
transport:stdio
runtime:npm
Install agent lsp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agent-lsp": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/agent-lsp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs