Odel
Open & Async

Open & Async

Local
@open-and-async47JavaScriptUpdated 2 days ago

Draft decision docs, turn meetings into async artifacts, and triage sync vs async in your editor.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@open-and-async/mcpv1.0.1

Run

npx -y @open-and-async/mcp

MCP client config

{
  "mcpServers": {
    "open-async": {
      "command": "npx",
      "args": [
        "-y",
        "@open-and-async/mcp"
      ]
    }
  }
}