BridgeMind
Vibeathon
Feb 1-14$5,000
BridgeMind
Model Context Protocol

BridgeMCP

Connect your AI coding assistant to BridgeMind's cloud-hosted MCP server. Manage projects, tasks, and agents directly from your IDE.

Server URL:mcp.bridgemind.ai

What You Can Do

Manage your entire development workflow from your AI assistant.

Project Management

Create and manage projects directly from your AI assistant. Organize your work with structured project hierarchies.

Task Workflows

Full task lifecycle management with status tracking. Create, update, and complete tasks through natural language.

Agent Configuration

Define and manage AI agent configurations with custom system prompts. Store agent personalities for consistent workflows.

Quick Start

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

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.

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

BridgeMCP provides these tools to your AI assistant.

Projects

list_projects

List all projects in your BridgeMind account

Tasks

list_tasks

List tasks for a specific project with status and instructions

get_task

Get full task details including instructions and knowledge

create_task

Create a new task with instructions and optional knowledge

update_task

Update task 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 a new agent with name and system prompt

update_agent

Update agent name or system prompt

delete_agent

Remove an agent from a project

Supported AI Tools

BridgeMCP works with any MCP-compatible AI assistant.

CursorCursor
Claude CodeClaude Code
Codex CLICodex CLI
Claude DesktopClaude Desktop
WindsurfWindsurf

Frequently Asked Questions

What is BridgeMCP?

BridgeMCP is a cloud-hosted Model Context Protocol (MCP) server that connects your AI coding assistants to the BridgeMind platform. It enables project management, task tracking, and agent configuration directly from tools like Cursor, Claude Code, and Windsurf.

Do I need a BridgeMind account?

Yes. BridgeMCP requires an API key to authenticate requests. Create a BridgeMind account and generate an API key from your dashboard to get started.

What is the task workflow?

Tasks follow a lifecycle: todo → in-progress → in-review → complete. When you pick up a task, set it to "in-progress" before starting work, then "in-review" when done. This helps track what's being actively worked on.

Which AI tools are supported?

BridgeMCP works with any MCP-compatible client including Cursor, Claude Code, Claude Desktop, Codex CLI, and Windsurf. Any tool supporting SSE transport can connect.

Is my data secure?

Yes. All requests are authenticated via API key sent over HTTPS. Your API key is transmitted securely via the Authorization header. Data is stored in BridgeMind's cloud infrastructure.

Ready to Connect?

Set up BridgeMCP and supercharge your AI workflow.