Mindpm
未申請A Model Context Protocol (MCP) server that gives LLMs persistent project memory via SQLite. This eliminates the need to re-explain project context in every new conversation. The LLM queries the database and instantly knows where things stand.
インストール
claude mcp add mindpm -e MINDPM_DB_PATH=~/.mindpm/memory.db -- npx -y mindpm未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(22個)
add_note
Add a note (architecture, bug, idea, etc.)
create_project
Create a new project
create_task
Add a task
end_session
Record summary + what to do next time
get_blockers
All blocked tasks with what's blocking them
get_context
Retrieve context
get_next_tasks
Smart: highest priority, unblocked
get_project_status
Full project overview
get_project_summary
Tasks by status, blockers, recent activity
get_session_brief
Read-only: what changed since the last session ended, without opening a session
get_task
Full task detail with sub-tasks and notes
list_decisions
Browse decision history
list_projects
List all projects
list_tasks
List with filters
log_decision
Record a decision with reasoning
query
Read-only SQL against the database
search
Full-text search across everything
search_notes
Full-text search
set_context
Store key-value context
set_project_repo_path
Set/update the project's local git repo path (enables the session brief's git delta)
start_session
Get full project context + last session's next steps + session brief
update_task
Update status, priority, etc.