mcpbeat Sign in

Navigator MCP Server

local only

Navigator runs on your own machine — the client starts it, so there is no endpoint to ping. 107 installs a week from npm. Last commit 22 Aug 2026.

Read-only repo navigation and progressive disclosure; BM25 locator with registered evidence.

Installs per day peak 386 · avg 14
a month agotoday
107
Installs / week
npm · mentu-navigator
0
Stars
5 open issues
22 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 12 h 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 src/core/setup.js:87, [пакет] src/core/setup.js:87
    const candidate = path.join(directory, name);
  /(^|\/)(?:\.env(?:$|\.)|credentials?(?:$|[./])|secrets?(?:$|[./])|\.npmrc$|\.pypirc$|\.netrc$|\.git-credentials$|id_(?:rsa|ed25519)$|service[-_]?account[^/]*\.json$|[^/]+\.(?:pem|key|p12|pfx)$)/i;

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 navigator -- npx -y mentu-navigator
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "navigator": {
      "args": [
        "-y",
        "mentu-navigator"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.navigator]
command = "npx"
args = ["-y", "mentu-navigator"]
.cursor/mcp.json
{
  "mcpServers": {
    "navigator": {
      "args": [
        "-y",
        "mentu-navigator"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "navigator": {
      "args": [
        "-y",
        "mentu-navigator"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Navigator

same job, measured the same way
ProvenTools
by proventools

Read-only ProvenTools business ideas, evidence, build prompts, and validation reports.

41 installs/wk local only
Atlas Scout
by zaguanlabs

Local, read-only structural code navigation and bounded dependency analysis for source repositories.

local only
DevTime
by shakargy

Local-first, read-only MCP server for evidence-backed repository memory.

201 installs/wk local only
Reposcout
by rakesh1002

Discover, enrich, and rank GitHub repos for an objective with weighted, evidence-based scoring.

56 installs/wk local only
Linear Project
by openlyuseful

Scope-gated Linear project administration with optional GitHub and Obsidian evidence adapters

119 installs/wk local only
Before Users Do
by bhuman-ai

Browser-backed QA with evidence and fix-ready reports for coding agents.

answering
Weavatrix Refactor
by sergii-ziborov

Transactional refactoring extension with 11 evidence-backed tools, previews, and rollback.

1 035 installs/wk local only
Weavatrix Refactor
by weavatrix

Transactional refactoring extension with 11 evidence-backed tools, previews, and rollback.

local only

Navigator — questions

Answers built from our own checks of this server.

Why is there no uptime for Navigator?
Navigator 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 mentu-navigator was installed 107 times last week.
How do I connect Navigator?
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 mentu-navigator straight from npm; nothing to host, nothing to sign up for.
How many people use Navigator?
The npm package mentu-navigator was installed 107 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Navigator open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript, 0 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.