Back to Browse

Repo Memory MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Shared, git-tracked working memory for AI agents on the same codebase.

About

Shared, git-tracked working memory for AI agents on the same codebase.

Security Report

4.8
Use Caution4.8High Risk

This is a well-designed MCP server for managing shared AI agent memory within repositories. The code is clean, properly structured, and follows security best practices. The server uses appropriate file I/O permissions scoped to a configurable repository directory, has no hardcoded credentials, no arbitrary code execution, and implements proper input validation. Permissions align well with the server's stated purpose as a developer tool for storing and retrieving structured facts, decisions, and gotchas about codebases. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

6 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Absolute path to the repository whose .ai-memory/ to read/write. Defaults to the current working directory.Optional

Environment variable: REPO_MEMORY_ROOT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-yubinkim444-repo-memory": {
      "env": {
        "REPO_MEMORY_ROOT": "your-repo-memory-root-here"
      },
      "args": [
        "repo-memory-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!