Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents.
Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents. The cool mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 8 defined tools rather than through you.
You may already use an AI coding agent — a tool like claude, codex, or gemini that reads your code and answers questions about it. The answer comes back as a chat message. Chat is easy to lose, and hard to check.
The server ships on npm as cool-workflow, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Everything the assistant can do here goes through one of these:
Commitment — What it means for youWorkflow — What it producesarchitecture-review — Map a repo, rank risks, and back every claim with file:line evidencepr-review-fix-ci — Review a PR or branch, work out why CI fails, and propose + verify fixesresearch-synthesis — Answer a question over a local folder of files — your docs, notes, or papersrelease-cut — Run a gated, reviewed release with dry-run evidenceProblem — FixPlace — What it isAmong the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Cool's toolset — Commitment, Workflow, architecture-review and 5 more — is a fair guide to whether it matches your workflow. It is maintained by coo1white; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Cool's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Commitment | What it means for you |
| Workflow | What it produces |
| architecture-review | Map a repo, rank risks, and back every claim with file:line evidence |
| pr-review-fix-ci | Review a PR or branch, work out why CI fails, and propose + verify fixes |
| research-synthesis | Answer a question over a local folder of files — your docs, notes, or papers |
| release-cut | Run a gated, reviewed release with dry-run evidence |
| Problem | Fix |
| Place | What it is |
{
"mcpServers": {
"cool-workflow": {
"command": "npx",
"args": ["-y", "cool-workflow"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.