Skip to content

Add Unforgit MCP server to Roo Code Marketplace #560

Description

@MiguelMedeiros

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions