← Back to browse

Waggle-mcp

About

Persistent graph-backed conversational memory for AI agents.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsWAGGLE_TRANSPORT WAGGLE_BACKEND WAGGLE_DB_PATH WAGGLE_DEFAULT_TENANT_ID WAGGLE_MODEL
Claude Code
claude mcp add --env WAGGLE_TRANSPORT= --env WAGGLE_BACKEND= --env WAGGLE_DB_PATH= --env WAGGLE_DEFAULT_TENANT_ID= --env WAGGLE_MODEL= waggle-mcp -- uvx waggle-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"waggle-mcp","command":"uvx","args":["waggle-mcp"],"env":{"WAGGLE_TRANSPORT":"","WAGGLE_BACKEND":"","WAGGLE_DB_PATH":"","WAGGLE_DEFAULT_TENANT_ID":"","WAGGLE_MODEL":""}}'
JSON
{
  "mcpServers": {
    "waggle-mcp": {
      "command": "uvx",
      "args": [
        "waggle-mcp"
      ],
      "env": {
        "WAGGLE_TRANSPORT": "",
        "WAGGLE_BACKEND": "",
        "WAGGLE_DB_PATH": "",
        "WAGGLE_DEFAULT_TENANT_ID": "",
        "WAGGLE_MODEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.