P

ProjectBrain

Project planning and execution platform with tools for tasks, decisions, milestones, and team messaging.

ProjectBrain·No reviews yet
Repo
Share:

About

Project planning and execution platform with tools for tasks, decisions, milestones, and team messaging.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about ProjectBrain.

What is the ProjectBrain MCP used for?
The ProjectBrain MCP integrates a project planning and execution platform. It provides tools for managing tasks, tracking decisions, setting milestones, and facilitating team messaging within a project lifecycle.
How can I integrate ProjectBrain with an MCP client like Cline?
To integrate ProjectBrain with an MCP client, you'll generally add it as a new server definition. Since it uses 'stdio' transport, configuration will involve pointing the client to the ProjectBrain executable or script, allowing for direct communication.
Does ProjectBrain require authentication or an API key?
Based on the provided information, ProjectBrain uses 'none' as its authentication type. This suggests it does not require an API key, OAuth, or other external credentials for basic operation.
What key capabilities does the ProjectBrain MCP offer?
ProjectBrain exposes functionalities for comprehensive project management. This includes creating and assigning tasks, recording and referencing decisions, defining and monitoring project milestones, and enabling seamless team communication.
What are the licensing implications for using ProjectBrain?
The licensing for ProjectBrain is not specified in the provided details. It is open source, hosted on GitHub. Therefore, its licensing would be determined by the terms outlined in its repository, typically an open-source license.
What is a common prerequisite for running the ProjectBrain MCP?
As ProjectBrain uses 'stdio' transport, a common prerequisite is that the MCP client must be able to execute local processes and manage standard input/output streams. Compatibility with your operating system's execution environment is also necessary.

Install ProjectBrain

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "projectbrain": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-projectbrain"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "projectbrain": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-projectbrain"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "projectbrain": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-projectbrain"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.