01
Install the local runtime
Prepare Node.js, Corepack, Universal Ctags, and ripgrep before wiring the MCP server.
source browsing mcp
Read less, resolve faster, keep context tight.
Public docs
The docs site focuses on setup, client wiring, bounded navigation patterns, and the five MCP tools that keep large repositories inspectable.
Quick Start
01
Prepare Node.js, Corepack, Universal Ctags, and ripgrep before wiring the MCP server.
02
Run pnpm install and pnpm run build once, then point your client at the dist entry.
03
Start with structure, read exact source ranges, then reuse symbolId for follow-up lookups.
Core Tools
get_project_structureMap a repository without walking every folder by hand.
read_source_rangeRead exact line-centered context with numbered output.
query_symbolResolve definitions, references, and bounded context through one surface.
refresh_indexRefresh the local cache for the whole root or a narrow scope.
get_index_statusInspect cache generation, counts, and readiness without writes.
Client Setup
codex mcp add eye -- node /absolute/path/to/eye/dist/index.jsclaude mcp add --scope project eye -- node /absolute/path/to/eye/dist/index.js"command": "node", "args": ["/absolute/path/to/eye/dist/index.js"]FAQ
Need the full path?
Walk from install through prompt patterns, then use the tool reference and FAQ as the stable public contract.
Read the FAQ