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.
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/pushkarev-alexandr/cerebro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server