cli

cosyte/cli
★ 0 stars TypeScript Code/Dev Tools Updated today
The cosyte CLI + MCP server — parse/validate/convert/map-codes/redact healthcare formats from the terminal or an LLM. Pre-launch.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "cosyte/cli"
      ]
    }
  }
}

README Excerpt

> The **cosyte CLI** — a PHI-safe developer front door over the `@cosyte/*` healthcare parsers. `@cosyte/cli` is a **`bin` package**: its primary artifact is the `cosyte` command on your `PATH`. Pipe a raw message from a hospital feed into the terminal and get typed, structured JSON back in one line —