Mmcp.market

Locus MCP server

by SylphxAI·io.github.SylphxAI/locus·v0.6.4

Locus — the exact code chunk for the job: local BM25 search for agents.

A94/100grade A
What users say
No reviews yet
Be the first
Safety scan
A94/100

not scanned yet

Adoption
Growing

12 stars18 downloads/wk

Reviews

Write one

Nobody has reviewed Locus yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Locus tools

No tool declarations could be read from the package source. They show once the server is installed.

Not scanned yet. New registry listings are scanned within a day of import.

What the publisher says

From the Locus repository's README, as published. We do not edit it. Read it on GitHub

Locus

The exact code chunk for the job

Locus gives coding agents fast, local code search that returns complete, implementation-ready chunks instead of grep dumps or whole-file guesses.

npx -y @sylphx/locus --root=/absolute/path/to/project

For Claude Code:

claude mcp add locus -- npx -y @sylphx/locus --root=/absolute/path/to/project

The fastest useful workflow

Ask a natural-language question:

{
  "query": "where is user authentication enforced?",
  "limit": 5
}

Locus returns ranked AST chunks with file paths, line ranges, symbol names, score explanations, freshness, and explicit gaps.

Jobs Locus is built for

Tool surface

The public surface stays small. Indexing is cached locally and refreshed when the repository changes. Optional embeddings are opt-in and never required for the default path.

Predictable defaults

Locus does not hide expensive work behind “auto”.

  • fast is the default local TF-IDF and AST path.
  • quality enables optional vectors and reranking when configured.
  • research is not a Locus mode; use a separate web tool for external sources.
  • No Docker, vector database, or API key is required.
  • Generated files, dependencies, and build output are excluded by default.

Why agents use it

  • AST boundaries return functions, classes, and methods.
  • Hybrid ranking combines lexical and semantic evidence when available.
  • Results include score components instead of opaque ordering.
  • Token budgets and dedup keep context small.
  • Local indexes keep code on the machine.

Companion MCP tools

Locus finds the code chunk; Spine maps the repository architecture. Each product is independent, so install only the tools your agent needs.

Development

bun install
bun run build
bun test
cargo test
bun run benchmark:public-proof
bun run benchmark:release-gate

License

MIT

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @sylphx/locus on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add locus -- npx -y @sylphx/locus
Add to Cursor

Locus: common questions

Is Locus MCP server safe?
Yes, by our scan: it is graded A (94/100). Read the Locus safety report
How do I install Locus?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Locus need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Locus maintained?
The last commit was in the last day (2026-09-23). The latest release is v0.6.4.
What can I use instead of Locus?
Servers from other publishers that do the same job: Bitbybit CAD MCP server, Jobseek MCP server and Trackly CLI MCP server. Compare all Locus alternatives.

Alternatives to Locus

Same job from other publishers: the closest match first, then the best rated.

All Locus alternatives →
  • Bitbybit CAD MCP
    Bitbybit 3D parametric CAD API, version-exact, for coding agents: search, describe, examples, guide
    A
  • Jobseek
    Search jobs and companies on Job Seek (jseek.co)
    A
  • Trackly CLI
    Job search for Claude, ChatGPT, Cursor. 250K+ jobs, 5,400+ companies. OAuth or stdio.
    A

More from SylphxAI