# Unforgit

> Git-backed memory for AI agents: durable, searchable knowledge that syncs with your repos.

- **Type:** MCP server
- **Install:** `agentstack add mcp-miguelmedeiros-unforgit`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [MiguelMedeiros](https://agentstack.voostack.com/s/miguelmedeiros)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [MiguelMedeiros](https://github.com/MiguelMedeiros)
- **Source:** https://github.com/MiguelMedeiros/unforgit
- **Website:** https://unforgit.com

## Install

```sh
agentstack add mcp-miguelmedeiros-unforgit
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Unforgit

  Long-term memory for AI agents and developer workflows.
  Capture locally, rank by reuse, share when it matters.

  
  
  
  

  npm install -g unforgit

---

## Quick Start

```bash
# Initialize in any repo
unforgit init

# Save a memory
unforgit add "We use UTC timestamps everywhere" --type semantic --tags "convention"

# Recall by meaning
unforgit recall "how to deploy" --types procedural,semantic --k 5

# Open the local memory dashboard
unforgit dashboard
```

## Documentation

| Topic | Description |
|-------|-------------|
| [Concepts](docs/concepts.md) | Memory types, scopes, statuses, visibility policy, lifecycle |
| [CLI Reference](docs/cli.md) | All CLI commands — add, recall, templates, curate, merge, sync |
| [Configuration](docs/configuration.md) | Local-first embeddings, optional OpenAI, authentication, sync settings, YAML config |
| [API Server](docs/api.md) | HTTP API setup, endpoints, request examples |
| [Server-Side AI](docs/server-ai.md) | Team mode with server-side OpenAI integration |
| [MCP Server](docs/mcp.md) | Cursor IDE integration via Model Context Protocol |
| [Agent Tools](docs/agent-tools.md) | Programmatic TypeScript interface |
| [Architecture](docs/architecture.md) | Project structure, semantic search, development |

## Development

```bash
pnpm dev:server    # Start API server with hot reload
pnpm dev:cli       # Run CLI in dev mode
pnpm build         # Build for production
pnpm test          # Run tests
```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [MiguelMedeiros](https://github.com/MiguelMedeiros)
- **Source:** [MiguelMedeiros/unforgit](https://github.com/MiguelMedeiros/unforgit)
- **License:** MIT
- **Homepage:** https://unforgit.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-miguelmedeiros-unforgit
- Seller: https://agentstack.voostack.com/s/miguelmedeiros
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
