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-mcplocalnest setup --client codex --printlocalnest doctor --verboseExplore by intent
InstallSet up the package, bundled skill, doctor checks, and MCP client configuration.ConfigurationReview root resolution, environment variables, and index backend settings.ToolsBrowse discovery, search, indexing, verification, and update workflows.Current ReleaseUse the current stable release notes when you need docs aligned to active behavior.
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.