Skip to main content
Spring Sale — 25% off all paid plans with code 25OFFClaim Offer
BridgeMind
BridgeMCPModel Context Protocol

BridgeMCP

This setup guide walks you through installing BridgeMCP in your AI coding editor, adding your API key, and verifying the connection to BridgeMind.

See BridgeMCP in Action

Watch how the setup works in practice, then connect your AI coding tools to the BridgeMind platform.

Quick Start

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

Server URL:mcp.bridgemind.ai

One-Click Install

Skip the manual configuration. 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 give your AI teammates shared context.