Claude Amplifier is an MCP server that stores Claude decisions, lessons, and patterns in a local SQLite database so later sessions can load and reuse them. It also checks for stale memory, verifies writes before reporting success, and scores recurring patterns before tasks to warn about known risks.
From the registry: Persistent memory + decision tracking for Claude across sessions. Local SQLite, no cloud.
$ npm install -g claude-amplifierPlease install the `claude-amplifier` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js** — Node.js is required to install and run the claude-amplifier npm package. (https://www.npmjs.com/package/claude-amplifier#readme?)
- **Install claude-amplifier globally** — Install the MCP server package so the `claude-amplifier` command is available. Run: `npm install -g claude-amplifier`
Canonical MCP server config (stdio transport):
- command: `claude-amplifier`
- args: ["mcp"]
- optional environment variables:
- `CLAUDE_AMPLIFIER_PROJECT`: Project name to use for memory storage and retrieval. If omitted, the server infers the project name from the current working directory basename. (example: `<your-project-name>`)
- `AMPLIFIER_ORACLE_THRESHOLD_MEDIUM`: Override the medium risk threshold used by the Pattern Oracle preflight scoring. (example: `<your-medium-threshold>`)
- `AMPLIFIER_ORACLE_THRESHOLD_HIGH`: Override the high risk threshold used by the Pattern Oracle preflight scoring. (example: `<your-high-threshold>`)
- `AMPLIFIER_ORACLE_THRESHOLD_CRITICAL`: Override the critical risk threshold used by the Pattern Oracle preflight scoring. (example: `<your-critical-threshold>`)
Note: The README’s manual MCP configuration uses the stdio server command `claude-amplifier mcp`. The `claude-amplifier init` command can auto-register the server for supported clients, but the canonical MCP config shape is the manual stdio command above.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.