Skip to content

Stackmemory

Free

by MCP Community

Lossless, project-scoped memory for AI coding tools. Durable context across sessions with 56 MCP tools, FTS5 search, conductor orchestrator, loop/watch monitori

v1.10.5Added Apr 12, 2026
aiai-memoryai-codingmemorycontext
Works with:ClaudeGPTGeminiCopilot

Stackmemory MCP Server

Lossless, project-scoped memory for AI coding tools. Durable context across sessions with 56 MCP tools, FTS5 search, conductor orchestrator, loop/watch monitori

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @stackmemoryai/stackmemory
Add to claude_desktop_config.json
{
  "mcpServers": {
    "stackmemory": {
      "command": "npx",
      "args": ["-y", "@stackmemoryai/stackmemory"]
    }
  }
}