HomeKnowledge & Memory › Magnemo

Magnemo

Governed memory for AI agents. Memory with receipts. Local, plain files, zero network calls.

Python Local macOSWindowsLinux
★ 2 stars Last pushed 2026-09-23 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.6.5)

uvx magnemo-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "magnemo": {
      "command": "uvx",
      "args": [
        "magnemo-mcp"
      ],
      "env": {
        "MAGNEMO_VAULT": "<YOUR_VALUE>",
        "MAGNEMO_AGENT": "<YOUR_VALUE>"
      }
    }
  }
}
  • MAGNEMO_VAULT required — Absolute path to the vault folder (create one with: magnemo init ./vault). Plain markdown files you own.
  • MAGNEMO_AGENT — The name this agent signs its entries with. Default: agent.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry