Server data from the Official MCP Registry
An AI agent's safe read-only scout to orient in an unknown repository before touching it.
An AI agent's safe read-only scout to orient in an unknown repository before touching it.
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (15/15 approved).
11 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-dir-ai-voyager-repo": {
"args": [
"-y",
"@dir-ai/voyager-repo"
],
"command": "npx"
}
}
}From the project's GitHub README.
Voyager's repo-penetration organ — the eyes an AI agent sends ahead before it touches an unknown repository.
Voyager penetrates the web (@dir-ai/voyager),
the repo (this), and — next — networks. Repotector is the repo's guardian
that receives and controls; Voyager Repo is the agent's counterpart that reaches
outward and reports back, safely.
npx @dir-ai/voyager-repo scout . # orient in the repo you're standing in
npx @dir-ai/voyager-repo scout . --check-deps 10 # + vet 10 deps via Voyager
Like how Claude or Codex orient themselves in a new codebase — but as a safe,
repeatable tool. scout produces an orientation brief:
--check-deps N)npm install), committed secrets, missing
lockfile, large opaque binariesA careful newcomer, not a bulldozer:
.repotector/) — read
its active zones/leases and respect them before editing.--allow-install / --allow-exec / --allow-clone) — and execution,
when allowed, belongs in a sandbox.scout reads files and git;
it never runs the repo's code. (Execution, when consented, runs in Voyager's
hardened container.)0 oriented · 1 oriented + HIGH-risk finding(s) · 2 tool error.voyager-repo mcp
Tool: scout_repo — same orientation, safe-by-default (invasive flags off).
import { scout } from '@dir-ai/voyager-repo'
const brief = await scout('/path/to/repo', { checkDeps: 10 })
if (brief.risks.some((r) => r.level === 'high')) { /* caution */ }
0.x — Phase 1 (repo orientation) of the Voyager "senses" line. Roadmap:
capability analysis of a package's tarball, PyPI/cargo/go dependency vetting,
and the net organ (cloud/infra introspection).
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.