Waggle-mcp

Abhigyan-Shekhar/Waggle-mcp
★ 12 stars Python 🤖 AI/LLM Updated 1d ago
MCP server for external memory layer for AI agents + more . Download from pypi , and get started
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "waggle-mcp": {
      "command": "uvx",
      "args": [
        "waggle-mcp"
      ]
    }
  }
}

Or install with pip: pip install waggle-mcp

README Excerpt

<p align="center"> <strong>waggle-mcp</strong> </p> <p align="center"> <strong>Persistent memory that remembers decisions, reasons, and contradictions across sessions.</strong><br/> Your AI forgets everything when the context window closes. Waggle gives it a graph-backed brain that persists. </p> <p align="center">

Tools (20)

PreCompactStopUserPromptSubmitWAGGLE_DB_PATHWAGGLE_RECURSIVE_CONTEXT_DEFAULT_BUDGETWAGGLE_RECURSIVE_CONTEXT_DEFAULT_DEPTHWAGGLE_RECURSIVE_CONTEXT_ENABLEDWAGGLE_RECURSIVE_CONTEXT_INCLUDE_EVIDENCEWAGGLE_RECURSIVE_CONTEXT_MAX_SUBQUERIESaggregate_graphcanonicalize_nodeclose_context_windowcommitdebug_retrievaldecompose_and_storededup_candidatesdelete_nodediffedge_quality_reportexport_graph_html

Topics

agent-memoryai-agentsgraph-memoryknowledge-graphllm-memorymcpmcp-serverpython