{
  "markdown": "# Open and Async — MCP Server\n\n![Open and Async MCP Server — async-first working practices as tools your AI assistant can use](https://raw.githubusercontent.com/open-and-async/mcp/main/header.png)\n\nBring async-first working practices into your editor and AI assistant. This\n[Model Context Protocol](https://modelcontextprotocol.io) server gives your AI the\ntools to draft a decision doc, turn a meeting into an async artifact, pressure-test a\nstatus update, or settle a sync-vs-async debate — without leaving the tools you\nalready work in.\n\nIt's the method from **[Open and Async](https://open-and-async.com)** — the\ncollaborative software-development playbook for remote and distributed teams — as\nworking tools, not reading.\n\n## What you can do with it\n\n- **Stop writing decision docs from a blank page.** Hand your AI the decision and the\n  options; get back a structured ADR scaffold — context, tradeoffs, the call, and how\n  reversible it is.\n- **Turn \"let's hop on a call\" into an artifact.** Give it a meeting's purpose and\n  agenda; get the async equivalent with an owner and a deadline.\n- **Ship status updates that don't blindside anyone.** Score a draft against the\n  \"work loudly / no surprises\" rubric and get concrete fixes before you post it.\n- **Settle sync vs. async in seconds.** Describe the task; get a recommendation and\n  the rule behind it.\n- **Run a standup without a meeting.** Drop in a structured async-standup template\n  your team can adopt today.\n- **Win the \"async is too slow\" argument.** Map common objections to a ready reframe,\n  pull role-aware guidance, or search the book's principles — each answer cited and\n  linked.\n- **Get coached end to end.** Run the `coach` prompt with a situation and it triages\n  sync vs. async, generates the right artifact, adds role guidance, and caps with a\n  shareable line — one composed answer, or a nudge to just have the conversation when\n  that's the better call.\n\n## Install\n\n**Claude Code:**\n\n```sh\nclaude mcp add open-async -- npx -y @open-and-async/mcp\n```\n\n**Claude Desktop** (`claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"open-async\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@open-and-async/mcp\"]\n    }\n  }\n}\n```\n\nAny MCP client that speaks stdio works the same way: run `npx @open-and-async/mcp`.\n\n## The toolbox\n\n### Method tools — pure utility, use them on any project\n\n| Tool | What it does |\n| --- | --- |\n| `draft_decision_doc` | Decision + options → a structured ADR/decision-doc scaffold (context, options, tradeoffs, decision, reversibility). |\n| `convert_meeting_to_async` | Meeting purpose/agenda → the async equivalent (artifact, owner, deadline). |\n| `score_status_update` | Scores a draft update against the \"work loudly / no surprises\" rubric and suggests fixes. |\n| `run_async_standup` | A structured async-standup template a team can adopt. |\n| `triage_sync_vs_async` | Recommends sync vs async for a task, with the decision rule. |\n\n### Reference tools — the book's thinking, on demand\n\n| Tool | What it does |\n| --- | --- |\n| `book_outline` | Sections + chapters + one-line TL;DRs. The map. |\n| `get_chapter_summary` | A chapter's TL;DR + taglines + read-the-chapter link. |\n| `search_principles` | Keyword search over the summary corpus; short cited snippets. |\n| `handle_objection` | Maps skepticism (\"async is slow\") to the book's reframe. |\n| `get_guidance` | Role-aware (`manager`/`ic`) guidance for a topic. |\n| `get_taglines` | Taglines + their `/q/<slug>` quote-card URLs. |\n\n### Resources\n\n- `book://outline` — sections, chapters, TL;DRs (JSON)\n- `book://taglines` — taglines + quote-card URLs (JSON)\n- `book://about` — what this server is, what it does and doesn't contain, and where to get the book\n\n### Prompts\n\nInvoke these directly from your client (e.g. as slash commands):\n\n- `coach` — **the full method on one situation.** Triages sync vs. async, generates\n  the right artifact, enriches with role guidance, and caps with a shareable tagline —\n  one composed deliverable. Stops and recommends a real-time conversation when the\n  situation genuinely needs one.\n- `async-standup`, `write-adr`, `meeting-to-issue`, `weekly-update` — parameterized\n  templates for a single task.\n\n## Good to know\n\n**It's a real tool, not a paywall.** The method tools work on their own — no book\nrequired. The reference tools answer from the book's already-public summaries and a\nparaphrased framework layer, always capped and always cited so you can trace any\nsnippet to its chapter. The \"get the book\" link surfaces about once per session, not\non every line — it's a tool, not an ad. No verbatim book prose is bundled (the only\ndata file is `data/book.json.br`), so what you install is genuinely useful, not a\nteaser.\n\n**Staying current.** `data/book.json.br` ships with a `version` that tracks the book's\nedition, so the server can tell you which edition it's based on and re-sync when a new\none lands.\n\n**Generated output is a template, not the author speaking.** The method tools format\n_your_ input into decision docs, standups, and triage calls. That output is generated\nguidance to adapt — it is not a personal statement, quote, or endorsement by Ben Balter\nor Open & Async LLC, and shouldn't be presented as one. Reference-tool snippets are\nsummaries the tool cites back to the book, not verbatim prose.\n\n## Licensing\n\nThis package is split-licensed — see [LICENSE](LICENSE) for the overview:\n\n- **Code** (everything under `src/`) — [MIT](CODE-LICENSE.md).\n- **Data** (`data/book.json.br`) — proprietary; © Open & Async LLC. You may use it only\n  as part of running this software. No redistribution as a standalone dataset, no\n  derivative datasets, no model training. See [DATA-LICENSE.md](DATA-LICENSE.md).\n\nThe full work — the stories, the voice, the complete argument — lives in the book:\n**[open-and-async.com](https://open-and-async.com)**.\n",
  "bytes": 5877,
  "sha": "943dc86c1671f45f645137648968d20f3b8dcc388da35b6707784d8c1f6ffb97",
  "repo_slug": "open-and-async/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_open_and_async_mcp_fb181f00/readme"
}