BridgeMCP
Connect your AI coding assistant to BridgeMind's cloud-hosted MCP server. Manage projects, tasks, and agents directly from your IDE.
mcp.bridgemind.aiWhat 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.
Get Your API Key
Create a BridgeMind account and generate an API key from your dashboard.
API Key Format: bm_live_xxxxxxxxxxxx
Configure Your AI Tool
Location: Cursor Settings → Features → MCP → Edit Config
{
"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.
Restart & Verify
Restart your AI tool to apply the configuration, then verify the connection.
Completely quit and reopen your AI tool to apply the configuration changes.
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_projectsList all projects in your BridgeMind account
Tasks
list_tasksList tasks for a specific project with status and instructions
get_taskGet full task details including instructions and knowledge
create_taskCreate a new task with instructions and optional knowledge
update_taskUpdate task status, instructions, or add knowledge
Agents
list_agentsList all agents configured for a project
get_agentGet agent details including system prompt
create_agentCreate a new agent with name and system prompt
update_agentUpdate agent name or system prompt
delete_agentRemove an agent from a project
Supported AI Tools
BridgeMCP works with any MCP-compatible AI assistant.
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.
