- Home
- MCP servers
- Project Memory
Project Memory
- typescript
0
GitHub Stars
typescript
Language
6 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"misaamane21j-project-memory-mcp": {
"command": "project-memory-mcp",
"args": []
}
}
}Project Memory MCP provides a pure prompt-based memory management assistant for your AI workflows. It returns actionable prompts to Claude to analyze, organize, and synchronize your project context, without touching your files directly. This helps you keep architecture, conventions, and tasks neatly managed while Claude applies its tools with your explicit approval.
How to use
You interact with the Project Memory MCP through your MCP client (like Claude Desktop or Claude Code CLI). Start by initializing memory for your project, then progressively parse specs, review changes, and sync memory after commits. Each step produces structured guidance that Claude executes with your approval, ensuring you remain in control.
Typical usage patterns:
- Initialize project memory to create the memory structure and project-specific prompts.
- Parse tasks from specs by placing a spec in .project-memory/specs/ and asking Claude to extract tasks.
- Review code before committing to surface issues and align tasks with current changes.
- Sync project memory after commits to update the task status, architecture, and commit history.
- Organize verbose CLAUDE.md content into the project-memory structure to keep references concise.
Available tools
init
Initialize project memory system for a project. Creates base structure and prompts.
parse-tasks
Parse tasks from spec files or implementation plans and populate the active task list.
review
Review uncommitted changes against project memory, architecture, and tasks, proposing status updates.
sync
Sync project memory with recent commits and update architecture if needed.
organize
Migrate verbose CLAUDE.md content into the project-memory structure and replace it with concise references.