Odel
mcp await

mcp await

Local
@ricardo-hdrn2RustMITUpdated 5mo ago

Condition watcher for AI assistants — wait for ports, files, URLs, processes, and more

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).

npmmcp-awaitv0.1.3

Run

npx -y mcp-await

MCP client config

{
  "mcpServers": {
    "mcp-await": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-await"
      ]
    }
  }
}