tartarus-mcp
v0.2.0
Published
Local-first MCP memory server. Persistent, searchable memory for any AI agent. Powered by @saluca/asphodel.
Maintainers
Readme
tartarus-mcp
Local-first MCP memory server. Persistent, searchable memory for any AI agent.
Powered by @saluca/asphodel. Zero cloud dependencies. SQLite-backed.
Install
npx tartarus-mcp installAutomatically configures Claude Code, Cursor, and Windsurf.
Manual setup
Add to your MCP settings:
{
"mcpServers": {
"tartarus": {
"command": "npx",
"args": ["tartarus-mcp@latest"]
}
}
}Tools
| Tool | Description |
|------|-------------|
| memory_remember | Store a memory (topics auto-extracted) |
| memory_recall | Retrieve memories by topic |
| memory_search | Full-text search across all memories |
| memory_forget | Delete a memory by ID |
| memory_list | List recent memories |
Config
TARTARUS_DB=/path/to/memory.db # default: ~/.tartarus/memory.dbEnterprise
Hash-chained audit trails, multi-tenant isolation, compliance controls, and team memory at asphodel.ai.
License
Apache 2.0 — Saluca LLC
