AgentHubAgentHub

project-memory-mcp

MCP ServerMCP Registry官方收录

io.github.kaaustubh/project-memory-mcp · v1.4.1

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

概览

project-memory-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "project-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kaaustubh/project-memory-mcp"
      ]
    }
  }
}

环境变量

PROJECT_MEMORY_ROOT可选

Absolute path to the folder that holds your projects (the memory root). Defaults to the parent of the script if unset, so set it when running via npx.

相关资源

统一 Manifest

{
  "id": "io.github.kaaustubh/project-memory-mcp",
  "type": "mcp-server",
  "version": "1.4.1",
  "displayName": "project-memory-mcp",
  "description": "Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.",
  "repository": {
    "url": "https://github.com/kaaustubh/project-memory-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@kaaustubh/project-memory-mcp",
        "version": "1.4.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "PROJECT_MEMORY_ROOT",
            "description": "Absolute path to the folder that holds your projects (the memory root). Defaults to the parent of the script if unset, so set it when running via npx."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.kaaustubh/project-memory-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.kaaustubh%2Fproject-memory-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
project-memory-mcp — MCP Server 安装与配置 · AgentHub