Locus
Rank #18,909io.github.paladini/locus-mcp
Lightweight MCP server for LSP code intelligence — symbol lookup, refs, types, diagnostics.
Locus is a Model Context Protocol (MCP) server published by paladini. It ranks #18,909 of 115,460 servers tracked on MCP Toplist. Locus is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 25, 2026 and most recently updated on Jul 25, 2026.
Ranks ahead of 96,551 of 115,460 servers on MCP Toplist.
Use Locus
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add locus-mcp -- npx -y @paladini/locus-mcp serve[mcp_servers.locus-mcp]
command = "npx"
args = ["-y", "@paladini/locus-mcp", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"locus-mcp": {
"command": "npx",
"args": [
"-y",
"@paladini/locus-mcp",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"locus-mcp": {
"command": "npx",
"args": [
"-y",
"@paladini/locus-mcp",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"locus-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paladini/locus-mcp",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"locus-mcp": {
"command": "npx",
"args": [
"-y",
"@paladini/locus-mcp",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"locus-mcp": {
"command": "npx",
"args": [
"-y",
"@paladini/locus-mcp",
"serve"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.paladini%2Flocus-mcp)<a href="https://mcptoplist.com/server/io.github.paladini%2Flocus-mcp"><img src="https://mcptoplist.com/badge/io.github.paladini%2Flocus-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
paladini
Other servers by paladini
View all paladini servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.5 | Jul 25, 2026 |
| 0.1.4 | Jul 25, 2026 |
Frequently asked questions
- Who maintains Locus?
- Locus is maintained by paladini, which publishes 5 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Locus listed on the Official MCP Registry?
- Yes — Locus is listed on the Official MCP Registry, alongside Glama.
- How many versions does Locus have?
- MCP Toplist tracks 2 versions of Locus, most recently published on Jul 25, 2026.
- Where can I find the source code for Locus?
- The source code for Locus is hosted at github.com/paladini/locus-mcp.