MCP-native · Works with Claude Code

Your AI never forgets
a decision again

Stackmind gives your AI coding sessions persistent memory — decisions, context, and learnings that survive across sessions, surfaced exactly when you need them.

Get your API key View on GitHub

Add to your Claude Code config in 30 seconds

// .claude/settings.json
{
  "mcpServers": {
    "stackmind": {
      "command": "npx",
      "args": ["-y", "@stackmind/mcp"],
      "env": {
        "STACKMIND_API_KEY": "sm_your_key_here"
      }
    }
  }
}
Features

Context that follows you across every session

Stop re-explaining your codebase. Stackmind remembers what your AI already knows.

🧠

Persistent session memory

Every session summary, decision, and learning is stored in a private vector database — searchable by your AI at the start of every new session.

Instant task context

Open a ticket and your AI already knows the prior decisions, related plans, and architectural constraints — without you typing a word.

📎

Decision capture

ADRs and design decisions stored as first-class records. Your AI checks them before proposing an approach that contradicts a prior call.

🔍

Hybrid semantic search

Combines dense vector search with BM25 full-text, then re-ranks with a cross-encoder. Finds the right context even when keywords don't match.

🔒

Private by default

Your data lives in your own Qdrant instance. Stackmind never stores your code or conversations on our servers.

🛠

Works with Claude Code

Ships as an MCP server. Drop the config into your Claude Code settings and you're done — no new IDE, no new workflow.

How it works

Three steps to a codebase that your AI actually knows

Stackmind runs as a local MCP server. Your vector data stays on your machine.

1

Get your API key and install the MCP server

Add three lines to your Claude Code config. The MCP server starts automatically when Claude Code opens.

2

Ingest your existing context

Run npx @stackmind/mcp ingest to index your docs, plans, and markdown files into a local Qdrant instance.

3

Your AI calls Stackmind automatically

At the start of each session, Claude retrieves the relevant context — prior decisions, session summaries, related plans — and uses it to give better answers from line one.

Pricing

Simple, developer-friendly pricing

Start free, upgrade when the memory pays for itself.

Solo

$0 / mo

For individual developers running Stackmind locally.

  • Local Qdrant instance
  • All MCP tools
  • Doc + plan ingestion
  • Up to 5,000 stored chunks
  • Community support
Self-host for free

Team

$49 / mo

For teams sharing a knowledge base across multiple developers.

  • Everything in Pro
  • Up to 10 seats
  • Shared decision store
  • Slack ingestion
  • Priority support
Contact us