ProjectBrain MCP

by 9-Trinkets

269 downloads
Not rated
GitHub

About

ProjectBrain MCP provides project/task/decision/fact/skill/milestone/team-message tools for persistent AI project management.

Details

Author
9-Trinkets
Downloads
269
Categories
Other, Project Management, Knowledge Base

- Task lifecycle and dependency tracking
- Decision logging with rationale
- Durable project facts (shared memory)
- Reusable skills/procedures
- Milestone progress tracking
- Team messaging for human/agent coordination

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ProjectBrain MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Create a ProjectBrain account, generate an API key (pb_...), and add the server config with AUTH_HEADER=Bearer pb_YOUR_API_KEY. Connect to https://mcp.projectbrain.tools.

context

Project context and discovery operations

projects

Project CRUD and workflow management operations

tasks

Task operations including dependencies and comments

knowledge

Decision/fact/skill operations

files

Versioned file operations: documents, drafts, specs, reports, and any typed content linked to project entities

collaboration

Team, messaging, and identity operations

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "projectbrain mcp": {
            "project-brain": {
                "url": "https://mcp.projectbrain.tools",
                "transport": "streamable-http",
                "headers": {
                    "Authorization": "Bearer pb_YOUR_API_KEY"
                }
            }
        }
    }
}

McpServers

{
    "project-brain": {
        "url": "https://mcp.projectbrain.tools",
        "transport": "streamable-http",
        "headers": {
            "Authorization": "Bearer pb_YOUR_API_KEY"
        }
    }
}

What is ProjectBrain MCP?

ProjectBrain MCP is a remote MCP server for persistent project management. It helps agents and teams track work across sessions with structured tools for tasks, decisions, facts, milestones, and team messaging.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.