A remote MCP server that brings [Squad](https://meetsquad.ai) — the AI product feedback intelligence platform — directly into your AI workflows.
Squad mcp mcp server connects Squad MCP to AI assistants that speak the Model Context Protocol. 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 decision briefs.
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 decision briefs without context switching.
Once connected, the assistant can call these 14 tools directly:
Prefix — EntitySI- — SignalIN- — InsightAC- — ActionCL- — ClusterCategory — ToolsWorkspace — list_workspaces, select_workspace, get_workspace_overview, update_workspace, list_membersSearch — search, get_entityEvidence — list_signals, find_similar_signals, list_clusters, get_cluster, list_insightsActions — list_actions, get_action_context, update_action, update_action_statusStrategy — list_goals, create_goal, update_goal, update_insight, dismiss_signal, get_activityKnowledge — list_documents, create_document, update_documentIngest — ingest_signalIntegrations — list_integrationsSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 7 environment variables: PROPELAUTH_CLIENT_ID, PROPELAUTH_CLIENT_SECRET, PROPELAUTH_API_KEY, REDIS_URL, SQUAD_GRAPHQL_URL, POSTHOG_API_KEY, POSTHOG_HOST. Keep credentials in your client's env block or a secrets manager rather than committing them.
flake.nix) - PropelAuth credentials (OAuth 2.1 client + backend API key) - Redis (optional locally; falls back to in-memory sessions)Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Squad MCP sits in that group, and the shape of its toolset — Prefix, SI-, IN- among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Prefix | Entity |
| SI- | Signal |
| IN- | Insight |
| AC- | Action |
| CL- | Cluster |
| Category | Tools |
| Workspace | list_workspaces, select_workspace, get_workspace_overview, update_workspace, list_members |
| Search | search, get_entity |
| Evidence | list_signals, find_similar_signals, list_clusters, get_cluster, list_insights |
| Actions | list_actions, get_action_context, update_action, update_action_status |
| Strategy | list_goals, create_goal, update_goal, update_insight, dismiss_signal, get_activity |
| Knowledge | list_documents, create_document, update_document |
| Ingest | ingest_signal |
| Integrations | list_integrations |
flake.nix) - PropelAuth credentials (OAuth 2.1 client + backend API key) - Redis (optional locally; falls back to in-memory sessions)| Variable | Description | Required |
|---|---|---|
| PROPELAUTH_CLIENT_ID | Configuration value read at startup. | Optional |
| PROPELAUTH_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| PROPELAUTH_API_KEY | Credential the server authenticates with. | Yes |
| REDIS_URL | Endpoint or connection string the server talks to. | Yes |
| SQUAD_GRAPHQL_URL | Endpoint or connection string the server talks to. | Yes |
| POSTHOG_API_KEY | Credential the server authenticates with. | Yes |
| POSTHOG_HOST | Endpoint or connection string the server talks to. | Optional |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.