Locus runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 26 Jul 2026.
Lightweight MCP server for LSP code intelligence — symbol lookup, refs, types, diagnostics.
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
this.process = spawn(this.options.command, this.options.args ?? [], {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add locus-mcp -- npx -y @paladini/locus-mcp
{
"mcpServers": {
"locus-mcp": {
"args": [
"-y",
"@paladini/locus-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.locus-mcp]
command = "npx"
args = ["-y", "@paladini/locus-mcp"]
{
"mcpServers": {
"locus-mcp": {
"args": [
"-y",
"@paladini/locus-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"locus-mcp": {
"args": [
"-y",
"@paladini/locus-mcp"
],
"command": "npx"
}
}
}
Code intelligence MCP server: call graphs, type inference, and symbol search for Python/Go.
Local-first codebase intelligence MCP server for AI coding agents.
Code intelligence MCP server for 17+ programming languages.
Local symbol ground truth MCP server for Unicode lookup and code-symbol linting.
Local stdio MCP server for cached, loop-aware JS/TypeScript diagnostics (Oxlint, tsc, Biome).
Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.
Docs + source RAG for Pipe language: semantic search, cited answers, code symbol lookup.
Local-first code intelligence MCP: symbol graph, impact analysis, 60+ tools.
Answers built from our own checks of this server.