AgentHubAgentHub

mindpm

MCP ServerMCP Registry官方收录

io.github.umitkavala/mindpm · v1.2.41

Persistent project memory for LLMs via SQLite. Never re-explain your project again.

概览

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

安装

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

{
  "mcpServers": {
    "mindpm": {
      "command": "npx",
      "args": [
        "-y",
        "mindpm"
      ]
    }
  }
}

环境变量

MINDPM_DB_PATH可选

Path to the SQLite database file

MINDPM_PORT可选

Port for the built-in Kanban board UI

相关资源

统一 Manifest

{
  "id": "io.github.umitkavala/mindpm",
  "type": "mcp-server",
  "version": "1.2.41",
  "displayName": "mindpm",
  "description": "Persistent project memory for LLMs via SQLite. Never re-explain your project again.",
  "repository": {
    "url": "https://github.com/umitkavala/mindpm",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "mindpm",
        "version": "1.2.41",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "MINDPM_DB_PATH",
            "description": "Path to the SQLite database file"
          },
          {
            "name": "MINDPM_PORT",
            "description": "Port for the built-in Kanban board UI"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.umitkavala/mindpm",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.umitkavala%2Fmindpm/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
mindpm — MCP Server 安装与配置 · AgentHub