Locus for Cursor
io.github.paladini/locus-mcp
Lightweight MCP server for LSP code intelligence — symbol lookup, refs, types, diagnostics.
client:Cursor
transport:stdio
runtime:npm
Install Locus in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"locus-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paladini/locus-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs