Project Brain
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Project BrainRemember that we decided to use Redis for caching."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Project Brain
Local MCP memory server for AI-assisted development.
What It Is
Project Brain runs as a local MCP server via
project-brain stdio.It gives your AI assistant durable project memory across coding sessions.
It stores project context, changes, decisions, and progress under
.project-brain/.The assistant should access memory through MCP tools, not by editing
.project-brain/files directly.
In Practice
Feature | Experience |
Change History | The AI becomes more "stateful" and stops repeating the same architectural mistakes. |
Architecture Index | The AI is less likely to lose track of things during cross-file changes. |
Preference Capture | The AI learns your architecture decisions and implementation choices, so its outputs feel more consistent¹. |
Failed Attempt Memory | The AI stops recommending approaches you already tried and ruled out. |
Quick Start
Copy the text below into your AI assistant and let it complete the installation:
Please install Project Brain in this repository by following https://github.com/myczh-1/project-brain/docs/install.md.
Configure Project Brain as a local MCP server through `project-brain stdio`.
Do not edit `.project-brain/` files directly.
Explain which files you plan to modify before editing them.Or, if you prefer, you can follow the docs and install it manually.
Integration Guides
Learn More
How It Works After Install
Once installed, your AI assistant will:
connect to the local MCP server exposed by
project-brain stdio,follow repository-local instructions from
AGENTS.mdwhen present,read Project Brain when it needs project memory or task context,
and update Project Brain through MCP tools instead of editing
.project-brain/files directly.
For the full workflow, see docs/guide-openspec-integration.md.
Architecture
Project Brain follows a layered architecture:
protocol: Pure type definitions and schemas.
core: Domain logic, commands, queries, and ports.
infra-fs: Filesystem implementation of storage and git ports.
mode-embedded: File-based integration helpers for repository-local workflows.
app: Bootstrap CLI and stdio entry point.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/myczh-1/project-brain'
If you have feedback or need assistance with the MCP directory API, please join our Discord server