Skip to main content
Glama
saluca-labs

tartarus-mcp

by saluca-labs

tartarus-mcp

This project has moved to saluca-labs. This repo is now maintained at saluca-labs/tartarus-mcp. Please update your remotes:

git remote set-url origin https://github.com/saluca-labs/tartarus-mcp.git

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 install

Automatically configures Claude Code, Cursor, and Windsurf.

Related MCP server: heropen

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.db

Enterprise

Hash-chained audit trails, multi-tenant isolation, compliance controls, and team memory at asphodel.ai.

License

Apache 2.0 — Saluca LLC

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    A local-first MCP server for durable agent memory using SQLite and FTS5, enabling knowledge graph storage, search, and recall for AI agents.
    20
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    A local memory server for AI agents that stores and retrieves information via MCP, keeping all data in SQLite on your machine.
    1
    Apache 2.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    A lightweight, local-first MCP memory server for LLM agents that enables storing, searching, and retrieving agent memories with zero external dependencies.
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    A local MCP memory server for AI agents to manage memory with evidence-backed, versioned mutations, using SQLite with FTS5 for storage and search.
    6
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

  • Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.

  • Cloud-hosted MCP server for durable AI memory

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/saluca-labs/tartarus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server