Locus for Windsurf
io.github.paladini/locus-mcp
Lightweight MCP server for LSP code intelligence — symbol lookup, refs, types, diagnostics.
client:Windsurf
transport:stdio
runtime:npm
Install Locus in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"locus-mcp": {
"command": "npx",
"args": [
"-y",
"@paladini/locus-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs