Summary
Please add Unforgit to the Roo Code MCP Marketplace.
Unforgit is a Git-backed, local-first repository memory system for AI coding agents. It gives Roo Code durable project memory for decisions, conventions, gotchas, and reusable playbooks through an MCP stdio server.
Repository
https://github.com/MiguelMedeiros/unforgit
Logo
400×400 PNG:
https://raw.githubusercontent.com/MiguelMedeiros/unforgit/main/docs/unforgit-icon.png
Installation
npm install -g unforgit
cd your-project
unforgit init --ide roo-code
The generated Roo Code project config is:
.roo/mcp.json
.roo/rules/unforgit-memory.md
Manual MCP config:
{
"mcpServers": {
"unforgit": {
"command": "unforgit-mcp",
"args": []
}
}
}
MCP tools
Unforgit exposes local-first memory operations including:
- recall/search
- remember/add
- health/status/sync diagnostics
- curation/consolidation/link/history helpers
Marketplace readiness
Verification
The Unforgit repo includes tests for generated Roo Code config/rules and MCP agent behavior. Latest local verification before submission:
pnpm test passed
pnpm build passed
pnpm lint passed with 0 errors
Summary
Please add Unforgit to the Roo Code MCP Marketplace.
Unforgit is a Git-backed, local-first repository memory system for AI coding agents. It gives Roo Code durable project memory for decisions, conventions, gotchas, and reusable playbooks through an MCP stdio server.
Repository
https://github.com/MiguelMedeiros/unforgit
Logo
400×400 PNG:
https://raw.githubusercontent.com/MiguelMedeiros/unforgit/main/docs/unforgit-icon.png
Installation
npm install -g unforgit cd your-project unforgit init --ide roo-codeThe generated Roo Code project config is:
.roo/mcp.json.roo/rules/unforgit-memory.mdManual MCP config:
{ "mcpServers": { "unforgit": { "command": "unforgit-mcp", "args": [] } } }MCP tools
Unforgit exposes local-first memory operations including:
Marketplace readiness
unforgitunforgit-mcpVerification
The Unforgit repo includes tests for generated Roo Code config/rules and MCP agent behavior. Latest local verification before submission:
pnpm testpassedpnpm buildpassedpnpm lintpassed with 0 errors