Skip to main content

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 call
  • localnest_find — Fused cross-domain search
  • localnest_whats_new — Session deltas
  • localnest_help — Task-scoped guidance
  • localnest_teach — Behavior modifiers
  • localnest_audit — Health dashboard
  • localnest_file_changed — Proactive hints

🔍 Code Intelligence

Symbol-aware analysis and navigation.

  • localnest_find_callers
  • localnest_find_definition
  • localnest_find_implementations
  • localnest_rename_preview
  • localnest_get_symbol
  • localnest_find_usages

📦 Batch Operations

High-performance bulk writes (500/call).

  • localnest_kg_add_entities_batch
  • localnest_kg_add_triples_batch
  • localnest_memory_store_batch
  • localnest_memory_delete_batch
  • localnest_kg_delete_entities_batch
  • localnest_kg_delete_triples_batch

🧠 Persistent Memory

Durable knowledge base for AI agents.

  • localnest_task_context
  • localnest_memory_recall
  • localnest_memory_get / list
  • localnest_memory_store / update
  • localnest_capture_outcome
  • localnest_memory_related
  • localnest_memory_suggest_relations

🕸️ Knowledge Graph

Temporal facts and multi-hop relationships.

  • localnest_kg_add_entity
  • localnest_kg_add_triple
  • localnest_kg_query / timeline
  • localnest_kg_invalidate
  • localnest_kg_as_of
  • localnest_graph_traverse
  • localnest_graph_bridges

📂 Workspace & Discovery

File system and project awareness.

  • localnest_list_roots
  • localnest_list_projects
  • localnest_project_tree
  • localnest_read_file
  • localnest_summarize_project
  • localnest_project_backfill

🚦 Choosing the Right Tool

GoalPrimary ToolAdvantage
Start a tasklocalnest_agent_primeReturns memories, entities, files, and actions in one call.
Search everythinglocalnest_findFused RRF ranking across memory, code, and KG.
Navigate codelocalnest_find_definitionJumps straight to the source of any symbol.
Set a preferencelocalnest_teachStores a behavior modifier that surfaces in future tasks.
Bulk migrationlocalnest_kg_add_triples_batchProcesses up to 500 facts in a single transaction.
Check healthlocalnest_auditComprehensive visual score of your AI's knowledge base.

🛠️ Typical Agentic Workflow

  1. Context Rehydration: Use localnest_agent_prime to get up to speed on the current task.
  2. Discovery: Use localnest_find to locate relevant modules or memories.
  3. Deep Dive: Use localnest_find_callers or localnest_read_file for implementation details.
  4. Action: Perform the task (edit files, fix bugs).
  5. Documentation: Use localnest_capture_outcome to persist what was learned.
  6. Refinement: Use localnest_teach to 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.