Waggle Mcp

by Abhigyan-Shekhar

107 downloads
Not rated
GitHub

About

Waggle Mcp gives AI agents persistent graph memory across sessions. It automatically extracts, deduplicates, and stores facts as typed graph nodes with semantic embeddings, running fully locally without an API key.

Details

Author
Abhigyan-Shekhar
Downloads
107
Categories
Other

- Persistent graph memory across sessions
- Automatic fact extraction and deduplication
- Typed graph nodes with semantic embeddings
- Temporal query support ("what did we decide last week?")
- Conflict detection and context priming
- Fully local, no API key required

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Waggle Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Set up with the single command waggle-mcp init. Then drop conversation turns into Waggle Mcp; facts are automatically extracted and stored for later retrieval.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "waggle mcp": {
            "waggle-mcp": {
                "command": "uvx",
                "args": [
                    "waggle-mcp"
                ],
                "env": {
                    "WAGGLE_BACKEND": "sqlite",
                    "WAGGLE_DB_PATH": "~/.waggle/memory.db"
                }
            }
        }
    }
}

McpServers

{
    "waggle-mcp": {
        "command": "uvx",
        "args": [
            "waggle-mcp"
        ],
        "env": {
            "WAGGLE_BACKEND": "sqlite",
            "WAGGLE_DB_PATH": "~/.waggle/memory.db"
        }
    }
}

Here is a description you can use:

> waggle-mcp gives AI agents persistent graph memory across sessions. Drop a conversation turn in and facts are automatically extracted, deduplicated, and stored as typed graph nodes with semantic embeddings — running fully locally, no API key needed. Supports temporal queries ("what did we decide last week?"), conflict detection, and context priming. One-command setup with waggle-mcp init.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.