MCP.so
Sign In
M

Mnemos

@s60yucca

About Mnemos

A persistent memory engine for AI coding agents. Single Go binary, zero runtime dependencies, MCP-native.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mnemos": {
      "command": "mnemos",
      "args": [
        "serve"
      ],
      "env": {
        "MNEMOS_PROJECT_ID": "my-project"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mnemos?

A persistent memory engine for AI coding agents. It gives Claude Code, Kiro, Cursor, Windsurf, and other MCP clients memory that survives across sessions, storing architecture decisions, bug root causes, project conventions, and non-obvious implementation details. It is a single Go binary with embedded SQLite, requiring no Docker, cloud, Python, or Node.

How to use Mnemos?

Install via curl -fsSL https://raw.githubusercontent.com/s60yucca/mnemos/main/install.sh | bash, then run mnemos init to create the database and config. Start the MCP server with mnemos serve and configure your MCP client (e

Comments

More Other MCP servers