Open and Async MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Open and Async MCP ServerShould we do the design review sync or async? Triage it for me."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Open and Async — MCP Server

Bring async-first working practices into your editor and AI assistant. This Model Context Protocol server gives your AI the tools to draft a decision doc, turn a meeting into an async artifact, pressure-test a status update, or settle a sync-vs-async debate — without leaving the tools you already work in.
It's the method from Open and Async — the collaborative software-development playbook for remote and distributed teams — as working tools, not reading.
What you can do with it
Stop writing decision docs from a blank page. Hand your AI the decision and the options; get back a structured ADR scaffold — context, tradeoffs, the call, and how reversible it is.
Turn "let's hop on a call" into an artifact. Give it a meeting's purpose and agenda; get the async equivalent with an owner and a deadline.
Ship status updates that don't blindside anyone. Score a draft against the "work loudly / no surprises" rubric and get concrete fixes before you post it.
Settle sync vs. async in seconds. Describe the task; get a recommendation and the rule behind it.
Run a standup without a meeting. Drop in a structured async-standup template your team can adopt today.
Win the "async is too slow" argument. Map common objections to a ready reframe, pull role-aware guidance, or search the book's principles — each answer cited and linked.
Get coached end to end. Run the
coachprompt with a situation and it triages sync vs. async, generates the right artifact, adds role guidance, and caps with a shareable line — one composed answer, or a nudge to just have the conversation when that's the better call.
Related MCP server: Coach AI
Install
Claude Code:
claude mcp add open-async -- npx -y @open-and-async/mcpClaude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"open-async": {
"command": "npx",
"args": ["-y", "@open-and-async/mcp"]
}
}
}Any MCP client that speaks stdio works the same way: run npx @open-and-async/mcp.
The toolbox
Method tools — pure utility, use them on any project
Tool | What it does |
| Decision + options → a structured ADR/decision-doc scaffold (context, options, tradeoffs, decision, reversibility). |
| Meeting purpose/agenda → the async equivalent (artifact, owner, deadline). |
| Scores a draft update against the "work loudly / no surprises" rubric and suggests fixes. |
| A structured async-standup template a team can adopt. |
| Recommends sync vs async for a task, with the decision rule. |
Reference tools — the book's thinking, on demand
Tool | What it does |
| Sections + chapters + one-line TL;DRs. The map. |
| A chapter's TL;DR + taglines + read-the-chapter link. |
| Keyword search over the summary corpus; short cited snippets. |
| Maps skepticism ("async is slow") to the book's reframe. |
| Role-aware ( |
| Taglines + their |
Resources
book://outline— sections, chapters, TL;DRs (JSON)book://taglines— taglines + quote-card URLs (JSON)book://about— what this server is, what it does and doesn't contain, and where to get the book
Prompts
Invoke these directly from your client (e.g. as slash commands):
coach— the full method on one situation. Triages sync vs. async, generates the right artifact, enriches with role guidance, and caps with a shareable tagline — one composed deliverable. Stops and recommends a real-time conversation when the situation genuinely needs one.async-standup,write-adr,meeting-to-issue,weekly-update— parameterized templates for a single task.
Good to know
It's a real tool, not a paywall. The method tools work on their own — no book
required. The reference tools answer from the book's already-public summaries and a
paraphrased framework layer, always capped and always cited so you can trace any
snippet to its chapter. The "get the book" link surfaces about once per session, not
on every line — it's a tool, not an ad. No verbatim book prose is bundled (the only
data file is data/book.json.br), so what you install is genuinely useful, not a
teaser.
Staying current. data/book.json.br ships with a version that tracks the book's
edition, so the server can tell you which edition it's based on and re-sync when a new
one lands.
Generated output is a template, not the author speaking. The method tools format your input into decision docs, standups, and triage calls. That output is generated guidance to adapt — it is not a personal statement, quote, or endorsement by Ben Balter or Open & Async LLC, and shouldn't be presented as one. Reference-tool snippets are summaries the tool cites back to the book, not verbatim prose.
Licensing
This package is split-licensed — see LICENSE for the overview:
Code (everything under
src/) — MIT.Data (
data/book.json.br) — proprietary; © Open & Async LLC. You may use it only as part of running this software. No redistribution as a standalone dataset, no derivative datasets, no model training. See DATA-LICENSE.md.
The full work — the stories, the voice, the complete argument — lives in the book: open-and-async.com.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceEnables comprehensive Asana workspace management through natural language, supporting task tracking, project planning, team collaboration, and workflow automation across workspaces, projects, sections, and tasks.Last updated1
- FlicenseBqualityDmaintenanceA productivity coaching assistant designed for ADHD support that provides intelligent task management, goal tracking, and personalized recommendations. It utilizes a persistent memory system to learn user patterns and preferences, helping to reduce decision paralysis through actionable suggestions.Last updated281
- Alicense-qualityDmaintenanceEnables AI assistants to fully interact with Asana, including creating and managing tasks, projects, time tracking, and search, all through natural language.Last updated351MIT
- Alicense-qualityCmaintenanceEnables to interact with Asana through Claude, with read and write tools for tasks, projects, tags, and custom fields, with no destructive operations.Last updated38MIT
Related MCP Connectors
Your AI Product Manager. Surface insights, build roadmaps, and plan strategy with 30+ tools.
Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.
A personal RAG database you build from chat, so AI creates work that sounds like you.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/open-and-async/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server