unforgit
v0.9.3Git-backed repository memory for AI coding agents using MCP and durable local knowledge.
By Miguel MedeirosLicense: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install unforgit for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add unforgit@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “unforgit” remain stable.
- Codex:
unforgit@agent-plugin-marketplace→unforgit@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/MiguelMedeiros/unforgit-codex-plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/unforgit-memory/SKILL.md└── .mcp.json
Included Skills1
Use Unforgit MCP tools as durable repository memory for decisions, conventions, gotchas, and playbooks.
MCP servers1
- command
- unforgit-mcp
Plugin manifests1
{
"name": "unforgit",
"version": "0.9.3",
"description": "Git-backed repository memory for AI coding agents using MCP and durable local knowledge.",
"author": {
"name": "Miguel Medeiros",
"url": "https://github.com/MiguelMedeiros"
},
"homepage": "https://unforgit.com",
"repository": "https://github.com/MiguelMedeiros/unforgit-codex-plugin",
"license": "MIT",
"keywords": [
"memory",
"mcp",
"agents",
"repository",
"knowledge-base"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Unforgit",
"shortDescription": "Git-backed memory for coding agents",
"longDescription": "Unforgit gives Codex durable, repository-scoped memory for project decisions, conventions, gotchas, and reusable playbooks through a local-first MCP server.",
"developerName": "Miguel Medeiros",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://unforgit.com",
"composerIcon": "./assets/icon.png",
"logo": "./assets/icon.png",
"defaultPrompt": [
"@Unforgit search memory for relevant project context before changing code",
"@Unforgit remember this durable project decision",
"@Unforgit check memory health and sync status"
],
"brandColor": "#16A34A",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[unforgit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/unforgit)