Skip to Content

The Warestack MCP lets an admin agent inspect the space and draft the pack against the live API. Share mcp.warestack.com . That host talks to https://api.warestack.com.

MCP URL: https://mcp.warestack.com/mcp

Use the same GitHub account as the console. Do not paste a token. Slack and Linear OAuth stay in the console; the MCP only reports whether they are connected.

Cursor

Open mcp.warestack.com  and click Add to Cursor, or use this deeplink (Cursor must be installed):

cursor://anysphere.cursor-deeplink/mcp/install?name=warestack&config=eyJ1cmwiOiJodHRwczovL21jcC53YXJlc3RhY2suY29tL21jcCJ9

Or Settings → MCP → add a server named warestack with https://mcp.warestack.com/mcp. The first connection opens GitHub sign-in.

Claude

Customize → Connectors → Add custom connector. Paste https://mcp.warestack.com/mcp. Leave OAuth client ID and secret empty. Click Add, then Connect, then sign in with GitHub.

Claude Code:

claude mcp add --transport http warestack https://mcp.warestack.com/mcp

Codex

codex mcp add warestack --url https://mcp.warestack.com/mcp codex mcp login warestack

What it can do

Call space_status before recommending Slack, Linear, rules, or chains.

ToolEffect
list_spacesSpaces this token can open
space_statusConnections, teams, and rules enabled on each repository
list_attentionOverview › Needs attention: For me and For the space
list_rulesCatalog and custom rules, with enablement
enable_rulesTurn listed rules on for repositories that do not have them. block_merge stays false
list_chainsAutomation chains
list_chain_kindsChain kinds that can be saved as drafts
create_chainSave a catalog kind as a draft
enable_chainEnable a draft. GitHub-writing chains need a dry-run first
list_reportsSaved reports
draft_reportStart a report. Nothing is saved
finish_reportSave a report after the suggested query is confirmed
analyze_ruleDraft a custom rule. Nothing is saved
create_ruleSave that draft as not enabled

Cite names list_rules returns. Do not invent warestack.catalog or warestack.propose_pack. First enablement is Rule 7, Rule 8, Rule 12, and Rule 13. custom.* slugs are documented custom controls, not catalog Rule 1–13.

create_chain and create_rule save drafts. Ask before enable_rules or enable_chain. Leave merge-blocking off. personal_digest is self-serve from Overview; do not create it. A DEV-XXX string or Refs: line is not a linked ticket.

Without this connection, stay on For AI agents and /catalog.json: propose only, and do not claim Warestack association-store facts.

Last updated on