Squad AI
@Squad AI
A Model Context Protocol (MCP) server that connects Squad, the AIâpowered productâdiscovery and strategy platform to any MCPâaware largeâlanguageâmodel (LLM) application. It exposes a rich toolâkit for creating, querying and updating productâstrategy artefacts (opportunities, solutions, outcomes, requirements, knowledge, workspaces and feedback) directly from your favourite AI product coâpilot.
Overview
Squad AI MCP Server gives any LLM coâpilot secure, commandâlineâfree access to Squadâs AIânative productâstrategy platform. Generate opportunity trees, PRDs and BDD requirements, or stream customer feedback straight into your workspace, all without leaving your favourite chat window. Perfect for founders, product managers and builders who want to plan with data, not guesswork.
Server Config
{
"mcpServers": {
"meet-squad": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SQUAD_API_KEY",
"mcp/meet-squad"
],
"env": {
"SQUAD_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}