← Back to Plugins
MCP Server MCP

Repo Memory

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx repo-memory-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "repo-memory-mcp",
      "version": "0.2.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to the repository whose .ai-memory/ to read/write. Defaults to the current working directory.",
          "name": "REPO_MEMORY_ROOT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...