Odel
Waggle mcp

Waggle mcp

Local
@abhigyan-shekhar39PythonApache-2.0Updated 2 days ago

Persistent graph-backed conversational memory for AI agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIwaggle-mcpv0.1.8

Run

uvx waggle-mcp

MCP client config

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