Tools Overview (74 Tools)
LocalNest provides a comprehensive suite of 74 MCP tools designed for local-first AI engineering. Use them in layers: start with Agent Prime for unified context, use Fused Search to find information across domains, and leverage Batch Operations for high-performance memory management.
🏗️ Core Toolsets
🚀 Agentic Workflow (NEW)
Unified context and proactive guidance.
localnest_agent_prime— Context in 1 calllocalnest_find— Fused cross-domain searchlocalnest_whats_new— Session deltaslocalnest_help— Task-scoped guidancelocalnest_teach— Behavior modifierslocalnest_audit— Health dashboardlocalnest_file_changed— Proactive hints
🔍 Code Intelligence
Symbol-aware analysis and navigation.
localnest_find_callerslocalnest_find_definitionlocalnest_find_implementationslocalnest_rename_previewlocalnest_get_symbollocalnest_find_usages
📦 Batch Operations
High-performance bulk writes (500/call).
localnest_kg_add_entities_batchlocalnest_kg_add_triples_batchlocalnest_memory_store_batchlocalnest_memory_delete_batchlocalnest_kg_delete_entities_batchlocalnest_kg_delete_triples_batch
🧠 Persistent Memory
Durable knowledge base for AI agents.
localnest_task_contextlocalnest_memory_recalllocalnest_memory_get/listlocalnest_memory_store/updatelocalnest_capture_outcomelocalnest_memory_relatedlocalnest_memory_suggest_relations
🕸️ Knowledge Graph
Temporal facts and multi-hop relationships.
localnest_kg_add_entitylocalnest_kg_add_triplelocalnest_kg_query/timelinelocalnest_kg_invalidatelocalnest_kg_as_oflocalnest_graph_traverselocalnest_graph_bridges
📂 Workspace & Discovery
File system and project awareness.
localnest_list_rootslocalnest_list_projectslocalnest_project_treelocalnest_read_filelocalnest_summarize_projectlocalnest_project_backfill
🚦 Choosing the Right Tool
| Goal | Primary Tool | Advantage |
|---|---|---|
| Start a task | localnest_agent_prime | Returns memories, entities, files, and actions in one call. |
| Search everything | localnest_find | Fused RRF ranking across memory, code, and KG. |
| Navigate code | localnest_find_definition | Jumps straight to the source of any symbol. |
| Set a preference | localnest_teach | Stores a behavior modifier that surfaces in future tasks. |
| Bulk migration | localnest_kg_add_triples_batch | Processes up to 500 facts in a single transaction. |
| Check health | localnest_audit | Comprehensive visual score of your AI's knowledge base. |
🛠️ Typical Agentic Workflow
- Context Rehydration: Use
localnest_agent_primeto get up to speed on the current task. - Discovery: Use
localnest_findto locate relevant modules or memories. - Deep Dive: Use
localnest_find_callersorlocalnest_read_filefor implementation details. - Action: Perform the task (edit files, fix bugs).
- Documentation: Use
localnest_capture_outcometo persist what was learned. - Refinement: Use
localnest_teachto store new behavioral rules for next time.
Maintainer Note
This list is a summary. For the full technical specification of all 74 tools, including input schemas and return types, please refer to the individual tool documentation pages.