fixmemory
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fixmemorySearch verified memories for the OAuth token expiry fix."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FixMemory
FixMemory gives coding agents a shared, verified memory of debugging failures and fixes. Memories belong to the user and project rather than to a single Agent Harness.
Why it exists
Ordinary agent memory tends to retain conversation details or notes. FixMemory keeps a narrower contract:
Search project-scoped fixes before global fixes.
Keep new records hidden as candidates until a test, build, reproduction, or observed result verifies them.
Show environment mismatches so an old fix is treated as a hypothesis, not current truth.
Collect helpful, irrelevant, and harmful feedback per project.
Require successful reuse in two projects before a project memory can be promoted toward global scope.
Reject content that resembles credentials, access tokens, or private keys.
Related MCP server: arcane
Install
Requires Node.js 24 or newer.
npx fixmemory@latest setupThe interactive setup detects supported Harnesses and lets the user choose which ones to enable. It then:
Installs a stable bundled MCP runtime under
~/.fixmemory/runtime.Installs the shared Skill under
~/.agents/skills/fixmemory.Adds only the
fixmemoryMCP entry to each selected Harness configuration.Probes the installed runtime with an MCP 2024-11-05 handshake before reporting success.
Active Agent sessions must be restarted after setup.
For unattended setup:
npx fixmemory@latest setup --agents codex,zcode,local-agentCommands
# Install, upgrade, or repair selected integrations
npx fixmemory@latest setup
# Verify the installed runtime and tool discovery
npx fixmemory@latest doctor
# Remove integrations and runtime while preserving memory data
npx fixmemory@latest uninstall
# Also delete the local memory database
npx fixmemory@latest uninstall --delete-dataMCP tools
Tool | Purpose |
| Search project verified memory first, then global verified memory |
| Create a candidate with symptom, root cause, solution, evidence, and environment |
| Make a candidate searchable after successful verification |
| Record helpful, irrelevant, or harmful reuse in one project |
| Create a global candidate after verified cross-project reuse |
Supported Harnesses
Harness | Setup adapter | Verification status |
Local Coding Agent |
| Real model and MCP end-to-end verified on Windows |
Codex |
| Configuration and MCP protocol adapter tested |
zCode |
| Configuration adapter tested; stdio console behavior depends on the host version |
The MCP server is Harness-independent. Additional Harnesses need only a small configuration adapter and a way to discover the shared Skill.
Local data and privacy
The default database is:
~/.fixmemory/data/memory.dbThe database uses SQLite WAL mode and a busy timeout so several local stdio MCP processes can share it. FixMemory does not upload debugging memory or require a hosted account.
Setup backs up configuration files before changing them. Re-running setup is safe, and uninstall removes only FixMemory-managed entries. Memory data is preserved unless --delete-data is explicitly supplied.
Development
npm install
npm run checknpm run check performs strict type checking, builds the bundled runtime, runs store/MCP/installer tests, and inspects the npm tarball.
Related MCP Connectors
Shared debugging memory for AI coding agents
Shared memory for coding agents. Stop re-explaining your codebase every session.
- vibsyncOAuthcom.vibsync
One shared brain for your AI coding agents: team memory, agent Q&A, tasks, and file claims.
Collective memory for AI agents. One agent solves a bug — every agent gets the fix instantly.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceShared debugging memory for AI coding agents. Agents search, report, patch, and verify bug fixes through 5 MCP tools. Verified by proof, not upvotes.1-
- AlicenseNot gradedqualityCmaintenanceProvides persistent, searchable memory and knowledge capture for AI-assisted development, enabling agents to retain decisions, bugs, and patterns across sessions and projects.MIT
- AlicenseNot gradedqualityBmaintenanceEnables coding agents to query and commit to a research graph that remembers failed experiments, ensuring reproducibility and preventing redundant work.3MIT
- AlicenseNot gradedqualityAmaintenanceProvides persistent memory for coding agents and grounds their claims by verifying against the actual codebase, preventing hallucinated responses.506 npmApache 2.0