Skip to main content
LocalNest MCP

Search and retrieve local code context with less noise.

LocalNest gives AI clients high-signal project context through lexical search, semantic indexing, and hybrid retrieval while keeping source data on your machine.

Quick commands

npm i -g localnest-mcp
localnest setup --client codex --print
localnest doctor --verbose

Explore by intent

Standard Retrieval Workflow

1
Install and verify

Install `localnest-mcp`, then run setup and doctor checks.

2
Configure your client

Copy the generated `mcpServers.localnest` block into your MCP client config.

3
Discover by file path

Use `localnest_search_files` before searching code to reduce false starts.

4
Search by intent

Use `localnest_search_code` for exact symbols and `localnest_search_hybrid` for concepts.

5
Verify with reads

Confirm outputs with `localnest_read_file` before edits or conclusions.