> ## Documentation Index
> Fetch the complete documentation index at: https://docs.braingrid.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# BrainGrid MCP

> Use BrainGrid directly from your AI coding assistant

BrainGrid's MCP server allows you to access and create requirements, build tasks, and track progress directly from your AI coding assistant.

<Note>
  We recommend using the [CLI](/cli/overview) over the MCP server. The MCP server is best suited for web-based environments where you cannot run the CLI.
</Note>

## Get Started

Ready to supercharge your AI coding workflow?

<CardGroup cols={2}>
  <Card title="Installation Guide" icon="download" href="/mcp-server/installation">
    Step-by-step setup for Claude Code, Codex, Cursor, Windsurf, and more
  </Card>

  <Card title="Usage Guide" icon="book" href="/mcp-server/usage">
    Learn how to use all MCP tools effectively
  </Card>
</CardGroup>

## Common Workflows

With BrainGrid's MCP server, your AI assistant can:

<CardGroup cols={2}>
  <Card title="Discover Project" icon="magnifying-glass-location" href="/mcp-server/usage#discover-your-project">
    Connect to your BrainGrid project automatically
  </Card>

  <Card title="Create New Requirement" icon="file-plus" href="/mcp-server/usage#create-a-new-requirement">
    Create from brief ideas or capture detailed requirements
  </Card>

  <Card title="Refine Requirement" icon="pencil" href="/mcp-server/usage#refine-and-break-down-a-requirement">
    Work with the requirements agent to refine and break down requirements
  </Card>

  <Card title="Break Down Requirement" icon="list-tree" href="/mcp-server/usage#alternative-break-down-requirements-via-mcp">
    Generate implementation tasks using AI via MCP
  </Card>

  <Card title="Build Requirement" icon="hammer" href="/mcp-server/usage#build-a-requirement">
    Fetch and implement tasks for a requirement
  </Card>

  <Card title="Get Task Details" icon="magnifying-glass" href="/mcp-server/usage#get-a-task">
    View specific task information and content
  </Card>

  <Card title="Update Task Status" icon="square-check" href="/mcp-server/usage#update-a-task">
    Mark tasks as in progress or completed
  </Card>

  <Card title="Acceptance Review" icon="code-pull-request" href="/mcp-server/usage#acceptance-review-on-a-pull-request">
    Review a pull request against a requirement
  </Card>

  <Card title="Server Information" icon="server" href="/mcp-server/usage#information-&-status">
    Check server status and authentication
  </Card>
</CardGroup>

## Requirements

<Note>
  **Prerequisites**:

  * Active BrainGrid account
  * Claude Code, Codex, Cursor, Windsurf, or any other MCP compatible AI coding agent
</Note>
