# BrainGrid MCP [Health: Active]

**Category:** 📋 Product Management  
**Repository:** https://docs.braingrid.ai/mcp-server/installation  
**Views:** 2  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/braingrid-mcp

## Description
BrainGrid MCP is the Product Management Agent that writes your specs, plans your features, and creates engineering-grade tasks your coding tools can build reliably.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "braingrid-mcp": {
    "command": "npx",
    "args": ["-y","braingrid-mcp"]
  }
}
```

## Documentation
BrainGrid connects to a hosted endpoint and, once authenticated via browser login, lets users create requirements and tasks that coding tools can build reliably from. Specific tool names and detailed feature behavior aren't published on the installation page; the connection is made via a hosted MCP endpoint with no API key required, authenticated instead through a browser-based login flow.

**Use cases:**
- Ask BrainGrid to write a spec for a new feature
- Turn a requirement into an engineering-grade task for a coding tool to build
- Plan a feature before implementation starts

**Key features:**
- Hosted MCP endpoint (https://mcp.braingrid.ai/mcp), no local install
- Browser-based login authentication, no API key needed
- Creates requirements and tasks meant to be handed to coding tools
- Setup guides for Claude Code, Codex, Cursor, Windsurf, and Warp

_Summarized from the repository README — see the link above for the full text._

