Locus runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 24 Sep 2026.
Locus — the exact code chunk for the job: local BM25 search for agents.
We read the source, 35 min 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.
return path.join(homeDir, '.coderag', 'projects', hash)
const result = spawnSync(binary, [], {
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 -- npx -y @sylphx/locus
{
"mcpServers": {
"locus": {
"args": [
"-y",
"@sylphx/locus"
],
"command": "npx"
}
}
}
[mcp_servers.locus]
command = "npx"
args = ["-y", "@sylphx/locus"]
{
"mcpServers": {
"locus": {
"args": [
"-y",
"@sylphx/locus"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"locus": {
"args": [
"-y",
"@sylphx/locus"
],
"command": "npx"
}
}
}
Local code search and task context packs for coding agents
Fast local and federated OSS code search and repo discovery for AI agents
Semantic code search for AI agents — hybrid BM25+vector, call-graph, 20+ languages.
The open retrieval layer for AI agents — index code, docs, data. Search via MCP.
Local file search for AI agents — semantic + keyword indexing over your codebase.
Local code-memory graph for AI coding agents.
Local code search for AI coding agents: hybrid keyword + semantic + SQL over an index in your repo.
Semantic code search and analysis from CodeAlive for AI assistants and agents.
Answers built from our own checks of this server.