mcpbeat Sign in
I

Locus MCP Server

local only

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.

Installs / week
npm · @sylphx/locus
12
Stars
0 open issues
24 Sep 2026
Last commit
no recent releases
MIT
License
TypeScript

What the code does

We read the source, 35 min ago · rules 3dff92dd89df

Capabilities

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.

Builds a file path from a variable packages/core/src/db/client.ts:35
    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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add locus -- npx -y @sylphx/locus
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "locus": {
      "args": [
        "-y",
        "@sylphx/locus"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.locus]
command = "npx"
args = ["-y", "@sylphx/locus"]
.cursor/mcp.json
{
  "mcpServers": {
    "locus": {
      "args": [
        "-y",
        "@sylphx/locus"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "locus": {
      "args": [
        "-y",
        "@sylphx/locus"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Locus

same job, measured the same way
ivygrep
by bvolpato

Local code search and task context packs for coding agents

local only
oss-search
by sblattj

Fast local and federated OSS code search and repo discovery for AI agents

35 installs/wk local only
I
trelix
by sairam0424

Semantic code search for AI agents — hybrid BM25+vector, call-graph, 20+ languages.

1 185 installs/wk local only
RTFM
by roomi-fields

The open retrieval layer for AI agents — index code, docs, data. Search via MCP.

9 734 installs/wk local only
Filesift
by roshunsunder

Local file search for AI agents — semantic + keyword indexing over your codebase.

50 installs/wk local only
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

119 installs/wk local only
Code Context
by infino-ai

Local code search for AI coding agents: hybrid keyword + semantic + SQL over an index in your repo.

221 installs/wk local only
Codealive MCP
by codealive-ai

Semantic code search and analysis from CodeAlive for AI assistants and agents.

local only

Locus — questions

Answers built from our own checks of this server.

Why is there no uptime for Locus?
Locus runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @sylphx/locus.
How do I connect Locus?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @sylphx/locus straight from npm; nothing to host, nothing to sign up for.
Is Locus open source?
Yes — it is published under the MIT licence, written in TypeScript and 12 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.