Stats
Actions
Tags
From memora
Runs locally as a Memora server for managing tagged data in a configurable database (MEMORA_DB_PATH). Exposes graph on a port (MEMORA_GRAPH_PORT) with optional tag restrictions.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"memora": {
"command": "memora-server",
"env": {
"MEMORA_DB_PATH": "~/.local/share/memora/memories.db",
"MEMORA_GRAPH_PORT": "8765",
"MEMORA_ALLOW_ANY_TAG": "1"
}
}
}
}Server configuration and connection parameters
memora-serverEnvironment variables set when the server starts
MEMORA_DB_PATH=~/.local/share/memora/memories.dbMEMORA_GRAPH_PORT=8765MEMORA_ALLOW_ANY_TAG=1npx claudepluginhub agentic-box/memora --plugin memora