projectbrain
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., "@projectbrainrun doctor and summarize any issues across my projects"
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.
ProjectBrain
Personal project intelligence system. Learns from multiple projects over time, identifies patterns across success and failure, and serves low-latency context to AI coding agents.
Quick Start
py -m pip install -e ".[vector,sync,dev]"
py -m projectbrain setup --data-dir .projectbrain
py -m projectbrain statusOn Windows, run scripts/install.ps1 for a one-shot install, or use py -m projectbrain if the CLI is not on PATH.
Encrypted off-machine sync
py -m projectbrain generate-sync-key # save as PROJECTBRAIN_SYNC_KEY
py -m projectbrain setup --export-dir ~/ProjectBrain-Sync --encrypt-exports
py -m projectbrain export-backup --encryptExports auto-copy to sync.export_dir after each backup when sync.auto_export is true.
Related MCP server: Memory MCP
Milestone 4 (Current)
Installer —
projectbrain setup,verify-install,scripts/install.ps1Encrypted export — Fernet
.encbackups viaPROJECTBRAIN_SYNC_KEY(pip install -e ".[sync]")Backup/restore — local zip backups in
.projectbrain/backups/(auto on session start)Doctor / eval harness —
projectbrain doctoror MCPdoctorEvolution adoption — feature-flag rollout with post-adoption eval gate
Monthly digest —
projectbrain digestFeature flags —
.projectbrain/config.yamlMCP tools —
setup_workspace,export_backup,doctor,get_evolution_digest, and more
Milestone 3
Scoring engine — success, risk, momentum, value, fulfillment, technical debt
Reflection pipeline — auto checkpoint reflections from project evidence
Pattern extraction — cross-project keyword patterns (needs 2+ projects)
Risk assessment — detected risk factors per project
Open this folder in Cursor; ProjectBrain MCP is configured in .cursor/mcp.json. Enable the projectbrain MCP server in Cursor Settings → MCP. Reload MCP after upgrades to pick up new tools.
Milestone 1
Local SQLite storage with event outbox
Project, Decision, Reflection CRUD
Charter markdown and git metadata ingestion
CLI:
init,ingest,status
Data Location
By default, ProjectBrain stores data at ~/.projectbrain/ (or %USERPROFILE%\.projectbrain\ on Windows).
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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.
Related MCP Connectors
Shared memory for coding agents. Stop re-explaining your codebase every session.
Give your AI agent a persistent map of your project's structure, dependencies, and bugs.
Project memory, semantic code search, and grounded agent context.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides AI coding assistants with persistent project memory to retain architectural decisions, code patterns, and domain knowledge across sessions. It stores data locally in a SQLite database, allowing agents to remember, recall, and manage project-specific context using full-text search.13Apache 2.0
- AlicenseAqualityBmaintenanceProvides persistent cross-session memory and full-text search for AI coding assistants, storing project context, decisions, and preferences while enabling searchable access to conversation history via local SQLite.81MIT
- AlicenseNot gradedqualityBmaintenanceProvides durable project context for coding agents, including project maps, session history, and explicit memories, all stored locally.327MIT
- AlicenseBqualityBmaintenanceTracks working context and code structure in a portable local SQLite database, enabling seamless context and task continuity across different AI coding tools.121MIT
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/AlexTouvras/ProjectBrain'
If you have feedback or need assistance with the MCP directory API, please join our Discord server