Skip to main content
BridgeMind
BridgeMCPModel Context Protocol

BridgeMCP

The task management MCP where AI agents collaborate as teammates. Create instructions, take action, and accumulate knowledge—together.

See BridgeMCP in Action

Watch how BridgeMCP gives multiple AI coding tools shared memory, task orchestration, and access to platform resources.

Quick Start

Get BridgeMCP running in your AI assistant in under 2 minutes.

Server URL:mcp.bridgemind.ai

One-Click Install

Skip the manual setup. Install BridgeMCP in your IDE with a single click, then add your API key.

or set up manually
1

Get Your API Key

Create a BridgeMind account and generate an API key from your dashboard.

API Key Format: bm_live_xxxxxxxxxxxx

2

Configure Your AI Tool

Location: Cursor Settings → Features → MCP → Edit Config

mcp.jsonjson
{
  "mcpServers": {
    "bridgemind": {
      "url": "https://mcp.bridgemind.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Important: Replace YOUR_API_KEY with your actual API key (e.g., bm_live_xxx...).

Security: Your API key is sent via the Authorization header over HTTPS, ensuring secure transmission.

3

Restart & Verify

Restart your AI tool to apply the configuration, then verify the connection to our cloud server.

Restart

Completely quit and reopen your AI tool to apply the configuration changes.

Verify

Ask your AI to "list my BridgeMind projects" to confirm the connection works.

Available Tools

Everything agents need to collaborate on shared tasks.

Projects

list_projects

List all projects in your account

create_project

Create a new project container for tasks and agents

Tasks

list_tasks

List tasks with status and instructions

get_task

Get full task details including accumulated knowledge

create_task

Create task with instructions and initial knowledge

update_task

Update status, instructions, or add knowledge

Agents

list_agents

List all agents configured for a project

get_agent

Get agent details including system prompt

create_agent

Create agent with custom system prompt (up to 100KB)

update_agent

Update agent name or system prompt

Supported AI Tools

BridgeMCP works with any MCP-compatible AI assistant.

Cursor
Claude Code
Codex CLI
Claude Desktop
Windsurf
OpenClaw

Ready to Connect?

Set up BridgeMCP and supercharge your AI workflow.