CerebroMCP
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., "@CerebroMCPlist all tasks in the Marketing project"
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.
CerebroMCP
MCP server for working with the Cerebro project management system. Lets Claude and other LLM clients read data from Cerebro: tasks, messages, users, attachments, and more.
Features
List all projects and navigate the task tree
Find a task by full path (
/Project/Folder/Task)Read task forum messages (briefs, reviews, reports, notes, status changes)
View tasks assigned to a specific user
Get task attachments or attachments for a single message
Read custom tags, checklists, and task dependencies
Decode statuses and activity types (reference data)
Get the currently authenticated user
For the full list of tools, see AGENTS.md.
Related MCP server: codebeamer-mcp
Installation
1. Copy the pycerebro library
The library is not included in this repository. Copy the pycerebro folder from your Cerebro installation into the project root:
C:\Program Files\Cerebro\py-site-packages\pycerebro → <project folder>\pycerebro2. Create a virtual environment and install dependencies
cd <project folder>
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt3. Verify the installation
python -m py_compile server.py
python -c "import pycerebro; print('OK')"4. Connect to Claude Desktop
Open the configuration file:
%APPDATA%\Claude\claude_desktop_config.jsonAdd to the mcpServers section:
{
"mcpServers": {
"cerebro": {
"command": "C:\\path\\to\\project\\.venv\\Scripts\\python.exe",
"args": [
"C:\\path\\to\\project\\server.py"
],
"env": {
"CEREBRO_USER": "your_login@example.com",
"CEREBRO_PASSWORD": "your_password"
}
}
}
}Replace C:\\path\\to\\project with the actual project folder path, and set CEREBRO_USER and CEREBRO_PASSWORD to your Cerebro credentials.
Restart Claude Desktop after saving.
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
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
DocBase MCP server for AI agents
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
MCP server for Linear project management and issue tracking
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for "taming the Claude" with structured task queues.141370MIT
- AlicenseAqualityCmaintenanceAn MCP (Model Context Protocol) server for Codebeamer ALM. Allows Claude and other MCP clients to read and write projects, trackers, and items in Codebeamer using natural language.19369MIT
- AlicenseAqualityDmaintenanceMCP Server for the Mattermost API, enabling Claude and other MCP clients to interact with Mattermost workspaces.9213MIT
- AlicenseBqualityDmaintenanceModel Context Protocol (MCP) server for the Crelate ATS/CRM API, enabling Claude Code and other MCP clients to interact with Crelate recruiting and staffing workflows.422MIT