io.github.Abhigyan-Shekhar
Waggle-mcp
Persistent graph-backed conversational memory for AI agents.
stdiocommunityinfra
Package Details
waggle-mcp
Transportstdio
Environment Variables
WAGGLE_TRANSPORT(str)
Default:
stdioTransport mode for the MCP server.
WAGGLE_BACKEND(str)
Default:
sqliteBackend database type: sqlite for local use or neo4j for service deployments.
WAGGLE_DB_PATH(str)
Default:
~/.waggle/memory.dbPath to the SQLite memory database when WAGGLE_BACKEND is sqlite.
WAGGLE_DEFAULT_TENANT_ID(str)
Default:
local-defaultDefault tenant ID for local or shared memory isolation.
WAGGLE_MODEL(str)
Default:
all-MiniLM-L6-v2Sentence-transformers model used for local embeddings.