Your AI Product Manager. Surface insights, build roadmaps, and plan strategy with 30+ tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Squad.
readOnlyHintCallable MCP tool function
destructiveHintCallable MCP tool function
A remote MCP server that brings Squad β the AI product feedback intelligence platform β directly into your AI workflows. Connect Squad to Claude, ChatGPT, or any MCP-compatible AI assistant to turn raw user feedback into signals, insights, actions, and briefs without context switching.
Squad continuously ingests feedback, clusters it into signals, distils it into insights, and links it to the actions and goals that move your product forward. The MCP server exposes that same intelligence β read the evidence behind a decision, capture new feedback, and generate briefs from your assistant.
Connect Squad to your AI assistant in seconds:
Claude Code:
On first use, you'll be prompted to authenticate via OAuth in your browser.
Other MCP Clients:
Connect using https://mcp.meetsquad.ai/mcp β OAuth configuration is automatically discovered via the server's .well-known/oauth-protected-resource metadata (which points clients at PropelAuth as the authorization server).
See USAGE_EXAMPLES.md for detailed real-world examples. A few things you can ask:
Squad entities are referenced by short display IDs so the assistant can cite its evidence:
| Prefix | Entity | Prefix | Entity |
|---|---|---|---|
SI- | Signal | GL- | Goal |
IN- | Insight | BR- | Brief |
AC- | Action | DC- | Document |
CL- | Cluster |
The server exposes ~35 tools. Write tools require a token minted with the write:workspace scope; read tools only need read:workspace.
| Category | Tools | Purpose |
|---|---|---|
| Workspace | list_workspaces, select_workspace, get_workspace_overview, update_workspace, list_members | Orient in and configure a workspace |
| Search | search, get_entity | Semantic search and fetch any entity by ID |
| Evidence | list_signals, find_similar_signals, list_clusters, get_cluster, list_insights | Explore signals, clusters, and insights |
| Actions | list_actions, get_action_context, update_action, update_action_status | Track and update product work |
| Strategy | list_goals, create_goal, update_goal, update_insight, dismiss_signal, get_activity | Manage goals, insights, and activity |
| Knowledge | list_documents, create_document, update_document | Store research, references, and notes |
| Briefs | list_briefs, generate_brief, update_brief_status | Generate and manage briefs |
| Ingest | ingest_signal | Capture new feedback as a signal (with dedup) |
| Integrations | list_integrations | See connected feedback sources |
Ready-made workflows exposed as MCP prompts:
triage-feedback β check for duplicates, ingest a piece of feedback, and report where it landed.weekly-product-review β what changed, what the evidence says, and what needs deciding.draft-decision-brief β generate a brief from an action or insight and walk it to a readable draft.ground-this-ticket β for coding agents: pull the customer evidence behind a piece of work before building it.Pin these so strategy questions need no tool calls:
squad://workspace/context β the current workspace's mission and product context.squad://goals β the workspace's strategic goals with importance rankings.readOnlyHint / destructiveHint) on every toolwrite:workspace)The server is built on mcp-use v2 and talks to the Squad platform API over GraphQL. Each request is served statelessly: the MCP layer holds no session, and every call re-introspects its own bearer token. Redis stores the durable per-user state (workspace selection and minted-token cache), so any instance can serve any request. Backend types are generated from a committed GraphQL schema snapshot (see GraphQL codegen).
This repository contains the source code for the Squad MCP remote server.
flake.nix)| Variable | Required | Purpose |
|---|---|---|
PROPELAUTH_CLIENT_ID / PROPELAUTH_CLIENT_SECRET | β | OAuth 2.1 client credentials for token introspection |
PROPELAUTH_API_KEY | β | Backend integration key for minting service JWTs |
SQUAD_ENV | dev or production (default production) β selects auth/API/app URLs | |
PORT / MCP_URL / BASE_URI | Server port and externally-advertised base URL | |
REDIS_URL | Redis connection for deploy-safe workspace selection and token cache (in-memory if unset) | |
SQUAD_GRAPHQL_URL | Override the Squad GraphQL endpoint (also used by codegen) | |
POSTHOG_API_KEY / POSTHOG_HOST | Enable tool-call telemetry | |
LOG_LEVEL | Logger verbosity |
This is a hosted service maintained by Squad. Users connect via OAuth β no self-hosting required.
Architecture notes (for contributors):
/health readiness checkNeed help with the Squad MCP server?
Contributions welcome! Pre-commit hooks run biome and vitest automatically. Please ensure:
pnpm format passes (biome)pnpm build compiles without errorspnpm test passespnpm codegen:check passes if you touched GraphQL operationsMIT
Backend access is typed via GraphQL Code Generator. schema.graphql is a
committed snapshot of the Squad platform API schema; src/gql/ is generated
from it plus the operation documents in src/graphql/.
packages/graphql/src/schema/generated.graphql
from the API repo over schema.graphql (or set SQUAD_GRAPHQL_URL to
introspect a live endpoint), then run pnpm codegen.pnpm codegen:check and fails when src/gql/ is stale.Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/squad)<a href="https://allmcps.com/mcp/squad"><img src="https://allmcps.com/api/badge/squad?style=directory" alt="Squad on AllMCPs" /></a>