Persistent graph-backed conversational memory for AI agents.

stdiocommunityinfra

Package Details

Transportstdio

Environment Variables

WAGGLE_TRANSPORT(str)
Default:stdio

Transport mode for the MCP server.

WAGGLE_BACKEND(str)
Default:sqlite

Backend database type: sqlite for local use or neo4j for service deployments.

WAGGLE_DB_PATH(str)
Default:~/.waggle/memory.db

Path to the SQLite memory database when WAGGLE_BACKEND is sqlite.

WAGGLE_DEFAULT_TENANT_ID(str)
Default:local-default

Default tenant ID for local or shared memory isolation.

WAGGLE_MODEL(str)
Default:all-MiniLM-L6-v2

Sentence-transformers model used for local embeddings.