MCP Server
MCP
io.github.umitkavala/mindpm
Persistent project memory for LLMs via SQLite. Never re-explain your project again.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mindpm",
"version": "1.2.41",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the SQLite database file",
"default": "~/.mindpm/memory.db",
"name": "MINDPM_DB_PATH"
},
{
"description": "Port for the built-in Kanban board UI",
"default": "3131",
"name": "MINDPM_PORT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment