An orchestrator MCP that ensures Claude code delivers your tasks without your constant supervision.
2
stars
189
commits
TypeScript
primary language
Aug 22, 2026
updated
An MCP orchestrator that ensures Claude Code delivers your tasks without your constant supervision.
CoolPlugz is an MCP (Model Context Protocol) server for engineers who are tired of tab-hopping, re-prompting, and babysitting AI. Stay in Claude. CoolPlugz gathers context from Jira, Slack, GitHub, and Notion, engineers the prompt, runs the task, and delivers PRs, CI fixes, and Slack drafts - so you work less, save mental energy, and avoid AI fatigue and context-switching spirals.
Website: coolplugz.com
Coolplugz - Ships merge-ready code and handles your Slack
Live dashboard - tasks, PRs, execution log, and updates to share
State-machine-driven orchestration for autonomous Jira → GitHub → PR workflows over MCP. Every tool response carries structured loop metadata via _meta — Claude Code reads it to determine the next action instead of parsing free text.
01 - System architecture
02 - Loop state machine
03 - Loop metadata shape
CoolPlugz is not another chat wrapper. It is a paid MCP connector that:
You connect once in Claude (web or desktop). After that, plain-English commands replace hours of manual context gathering.
If you spend more time feeding context to AI than doing the work, CoolPlugz is built for you.
| Pain | CoolPlugz answer |
|---|---|
| AI fatigue - endless prompt → fix → re-prompt loops | One @RUN completes a full ticket hands-off |
| Context switching - Jira tab, Slack tab, GitHub tab | One dashboard, one MCP, one chat |
| AI spirals - model drifts without grounded context | Context fetched from your real tools before every run |
| Mental load - “what was I doing on PROJ-124?” | Live task board + execution log in Claude |
| Low-quality AI output | CRISPE prompt engineering baked in per task |
Goal: deliver high-quality code and updates by working less — not by typing more prompts.
You (Claude) CoolPlugz MCP Your tools
│ │ │
│ "Show my dashboard" │── fetch ──────────────►│ Jira · GitHub · Slack · Notion
│ │◄── context ────────────│
│◄── dashboard UI ─────│ │
│ │ │
│ "Run" │── sync + execute ─────►│ tickets → PRs → CI → Slack drafts
│◄── results ──────────│ │
After checkout, each customer receives a private MCP endpoint, for example:
https://api.coolplugz.com/mcp/your-unique-key-here
When you say "Hi Coolplugz, run my tasks for the day", CoolPlugz:
All of this feeds into your Claude Code session — no copy-paste between tools.
CoolPlugz guides your Claude Code session with structured context and workflow steps:
You never assemble this manually. CoolPlugz orchestrates so Claude Code works from ground truth, not guesswork.
CoolPlugz orchestrates Claude Code through:
You stay in Claude Code. CoolPlugz keeps the session on track.
| Plan | Price | What you get |
|---|---|---|
| Free trial | $0 / 7 days | Full integration stack — Jira, GitHub, Notion, Slack, PR & CI workflow |
| Pro | $17 / mo | Unlimited usage, multi-repo tasks, developer insights |
| Pro annual | $147 / yr | Same as Pro, ~28% savings |
| Enterprise | Custom | Multi-seat, CI/CD rollout, SSO — contact sales |
Developers can earn 15% revenue share when friends subscribe — friends get 15% off. Details on the homepage Make money with CoolPlugz section.
Usage caps (if any) are enforced by the MCP service — not tracked as credits in the web app.
After starting your trial or subscribing, open your install page (linked from account or /premium/unique-mcp-url). Copy your unique URL, then choose web or desktop.
coolplugz
claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"coolplugz": {
"url": "https://api.coolplugz.com/mcp/your-unique-key-here",
"transport": "http"
}
}
}

Company email on Claude? If your org blocks custom MCPs on a work Claude account, sign in with a personal Claude email, connect CoolPlugz there, then authorize Jira/GitHub/Slack with your work accounts when prompted.
Type in Claude:
Show my dashboard
CoolPlugz shows Connect buttons for Jira, GitHub, Notion, and Slack. Click each, authorize in the popup, close the tab. Done — one time per tool.
Plain English — no ticket IDs required for most flows:
| Say this | What happens |
|---|---|
Show my dashboard | Syncs tools; shows tasks, PRs, Slack drafts |
Run | Works your incomplete Jira tickets — PRs, CI, Slack |
What's blocking my tasks? | Re-analyzes stuck or failing work |
Show task PROJ-42 | Deep dive on one ticket |
Reject PROJ-42 and redo it | Re-run with your feedback |
Refresh Slack | Latest mentions + draft replies |
Refetch and rerun | Pull fresh context and execute again |
Works on Claude web and desktop. Connect once, stays connected.
From your MCP-connected Claude session (and the CoolPlugz dashboard UI):
See the dashboard screenshot at the top of this README.
| Piece | Role |
|---|---|
| coolplugz.com (this repo) | Marketing, auth, Stripe billing, MCP URL provisioning, usage ledger |
| CoolPlugz MCP server | Context sync, prompt engineering, task execution, per-user keys |
| Claude | Your interface — you chat; CoolPlugz is the connector |
| Jira · GitHub · Slack · Notion | Source-of-truth context |
Each paying user gets a unique MCP key. The website provisions the key after payment; the MCP server enforces run limits and TTL.
Use this README as the single source of truth for external messaging. Align all copy with:
| Channel | URL |
|---|---|
| Website | coolplugz.com |
| Pricing | coolplugz.com/pricing |
| Guides (SEO) | coolplugz.com/guides |
| linkedin.com/company/coolplugz | |
| GitHub | github.com/adaOctopus/claude-plugins-app |
| X | @CryptoSympozium |
| File | Use |
|---|---|
src/assets/coolpreview.png → npm run sync:og | Social / OG thumbnail — generates public/social-preview.jpg (1200×630) for Twitter/X, LinkedIn, Slack, iMessage |
public/marketing/dashboard.jpg | Live dashboard UI |
public/marketing/loop-engineering/01-system-architecture.png | Loop Engineering — system architecture |
public/marketing/loop-engineering/02-loop-state-machine.png | Loop Engineering — state machine |
public/marketing/loop-engineering/03-loop-metadata-shape.png | Loop Engineering — _meta.loop JSON shape |
public/guides/claude-web-connector.png | Web MCP setup |
public/guides/claude-desktop-edit-config.png | Desktop JSON setup |
This repository is the CoolPlugz marketing & billing website (Next.js 15, App Router, TypeScript). The MCP execution server is a separate deployment. Operational runbooks and internal configuration are not published in this public README.
For SEO operations and partner promo internals, see docs/seo-ops.md and docs/partner-promos.md (no secrets — admin access required at runtime).
© CoolPlugz Inc. All rights reserved.
189 commits
TypeScript
98.7%
An orchestrator MCP that ensures Claude code delivers your tasks without your constant supervision.
2
stars
189
commits
TypeScript
primary language
Aug 22, 2026
updated
An MCP orchestrator that ensures Claude Code delivers your tasks without your constant supervision.
CoolPlugz is an MCP (Model Context Protocol) server for engineers who are tired of tab-hopping, re-prompting, and babysitting AI. Stay in Claude. CoolPlugz gathers context from Jira, Slack, GitHub, and Notion, engineers the prompt, runs the task, and delivers PRs, CI fixes, and Slack drafts - so you work less, save mental energy, and avoid AI fatigue and context-switching spirals.
Website: coolplugz.com
Coolplugz - Ships merge-ready code and handles your Slack
Live dashboard - tasks, PRs, execution log, and updates to share
State-machine-driven orchestration for autonomous Jira → GitHub → PR workflows over MCP. Every tool response carries structured loop metadata via _meta — Claude Code reads it to determine the next action instead of parsing free text.
01 - System architecture
02 - Loop state machine
03 - Loop metadata shape
CoolPlugz is not another chat wrapper. It is a paid MCP connector that:
You connect once in Claude (web or desktop). After that, plain-English commands replace hours of manual context gathering.
If you spend more time feeding context to AI than doing the work, CoolPlugz is built for you.
| Pain | CoolPlugz answer |
|---|---|
| AI fatigue - endless prompt → fix → re-prompt loops | One @RUN completes a full ticket hands-off |
| Context switching - Jira tab, Slack tab, GitHub tab | One dashboard, one MCP, one chat |
| AI spirals - model drifts without grounded context | Context fetched from your real tools before every run |
| Mental load - “what was I doing on PROJ-124?” | Live task board + execution log in Claude |
| Low-quality AI output | CRISPE prompt engineering baked in per task |
Goal: deliver high-quality code and updates by working less — not by typing more prompts.
You (Claude) CoolPlugz MCP Your tools
│ │ │
│ "Show my dashboard" │── fetch ──────────────►│ Jira · GitHub · Slack · Notion
│ │◄── context ────────────│
│◄── dashboard UI ─────│ │
│ │ │
│ "Run" │── sync + execute ─────►│ tickets → PRs → CI → Slack drafts
│◄── results ──────────│ │
After checkout, each customer receives a private MCP endpoint, for example:
https://api.coolplugz.com/mcp/your-unique-key-here
When you say "Hi Coolplugz, run my tasks for the day", CoolPlugz:
All of this feeds into your Claude Code session — no copy-paste between tools.
CoolPlugz guides your Claude Code session with structured context and workflow steps:
You never assemble this manually. CoolPlugz orchestrates so Claude Code works from ground truth, not guesswork.
CoolPlugz orchestrates Claude Code through:
You stay in Claude Code. CoolPlugz keeps the session on track.
| Plan | Price | What you get |
|---|---|---|
| Free trial | $0 / 7 days | Full integration stack — Jira, GitHub, Notion, Slack, PR & CI workflow |
| Pro | $17 / mo | Unlimited usage, multi-repo tasks, developer insights |
| Pro annual | $147 / yr | Same as Pro, ~28% savings |
| Enterprise | Custom | Multi-seat, CI/CD rollout, SSO — contact sales |
Developers can earn 15% revenue share when friends subscribe — friends get 15% off. Details on the homepage Make money with CoolPlugz section.
Usage caps (if any) are enforced by the MCP service — not tracked as credits in the web app.
After starting your trial or subscribing, open your install page (linked from account or /premium/unique-mcp-url). Copy your unique URL, then choose web or desktop.
coolplugz
claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"coolplugz": {
"url": "https://api.coolplugz.com/mcp/your-unique-key-here",
"transport": "http"
}
}
}

Company email on Claude? If your org blocks custom MCPs on a work Claude account, sign in with a personal Claude email, connect CoolPlugz there, then authorize Jira/GitHub/Slack with your work accounts when prompted.
Type in Claude:
Show my dashboard
CoolPlugz shows Connect buttons for Jira, GitHub, Notion, and Slack. Click each, authorize in the popup, close the tab. Done — one time per tool.
Plain English — no ticket IDs required for most flows:
| Say this | What happens |
|---|---|
Show my dashboard | Syncs tools; shows tasks, PRs, Slack drafts |
Run | Works your incomplete Jira tickets — PRs, CI, Slack |
What's blocking my tasks? | Re-analyzes stuck or failing work |
Show task PROJ-42 | Deep dive on one ticket |
Reject PROJ-42 and redo it | Re-run with your feedback |
Refresh Slack | Latest mentions + draft replies |
Refetch and rerun | Pull fresh context and execute again |
Works on Claude web and desktop. Connect once, stays connected.
From your MCP-connected Claude session (and the CoolPlugz dashboard UI):
See the dashboard screenshot at the top of this README.
| Piece | Role |
|---|---|
| coolplugz.com (this repo) | Marketing, auth, Stripe billing, MCP URL provisioning, usage ledger |
| CoolPlugz MCP server | Context sync, prompt engineering, task execution, per-user keys |
| Claude | Your interface — you chat; CoolPlugz is the connector |
| Jira · GitHub · Slack · Notion | Source-of-truth context |
Each paying user gets a unique MCP key. The website provisions the key after payment; the MCP server enforces run limits and TTL.
Use this README as the single source of truth for external messaging. Align all copy with:
| Channel | URL |
|---|---|
| Website | coolplugz.com |
| Pricing | coolplugz.com/pricing |
| Guides (SEO) | coolplugz.com/guides |
| linkedin.com/company/coolplugz | |
| GitHub | github.com/adaOctopus/claude-plugins-app |
| X | @CryptoSympozium |
| File | Use |
|---|---|
src/assets/coolpreview.png → npm run sync:og | Social / OG thumbnail — generates public/social-preview.jpg (1200×630) for Twitter/X, LinkedIn, Slack, iMessage |
public/marketing/dashboard.jpg | Live dashboard UI |
public/marketing/loop-engineering/01-system-architecture.png | Loop Engineering — system architecture |
public/marketing/loop-engineering/02-loop-state-machine.png | Loop Engineering — state machine |
public/marketing/loop-engineering/03-loop-metadata-shape.png | Loop Engineering — _meta.loop JSON shape |
public/guides/claude-web-connector.png | Web MCP setup |
public/guides/claude-desktop-edit-config.png | Desktop JSON setup |
This repository is the CoolPlugz marketing & billing website (Next.js 15, App Router, TypeScript). The MCP execution server is a separate deployment. Operational runbooks and internal configuration are not published in this public README.
For SEO operations and partner promo internals, see docs/seo-ops.md and docs/partner-promos.md (no secrets — admin access required at runtime).
© CoolPlugz Inc. All rights reserved.
189 commits
TypeScript
98.7%