
Claude Amplifier
Give Claude persistent memory and decision tracking across sessions using local SQLite so multi-day builds do not reset context every time you reopen the IDE.
Overview
Claude Amplifier is a MCP server for the Build phase that provides local SQLite-backed persistent memory and decision tracking for Claude across sessions.
What is this MCP server?
- Stores persistent memory for Claude across sessions on your machine
- Tracks decisions so agents can align with prior choices instead of re-debating
- Local SQLite storage with no cloud dependency
- npm claude-amplifier 1.5.3 over stdio MCP
- Pairs well with long-running indie SaaS or agent-heavy codebases
- Server version 1.5.3 as npm package claude-amplifier
- stdio MCP transport
- Local SQLite, no cloud per server description
Community signal: 1 GitHub stars.
What problem does it solve?
Every new Claude session forces you to re-explain architecture and past decisions, slowing solo builders on multi-week products.
Who is it for?
Indie builders running Claude Code on one product for weeks who need offline-friendly continuity without a cloud memory vendor.
Skip if: Teams that already standardize on a company-wide knowledge base with strict SSO and shared governance outside the agent.
What do I get? / Deliverables
After you register Claude Amplifier, Claude can read and update local memory and decision records so long builds stay consistent across days.
- Cross-session persistent memory store for agent context
- Decision tracking usable on the next chat
- Stdio MCP registration for Claude-oriented workflows
Recommended MCP Servers
Journey fit
How it compares
Local agent memory MCP, not a generic note app or team wiki integration.
Common Questions / FAQ
Who is Claude Amplifier for?
Solo developers using Claude who want session-spanning memory and a decision log stored locally on their own hardware.
When should I use Claude Amplifier?
Use it during sustained build work when the same agent must remember preferences, constraints, and prior architectural choices between sessions.
How do I add Claude Amplifier to my agent?
Add claude-amplifier as a stdio MCP server in your Claude Code or MCP client configuration using the published npm package.