tatara-cli

szymonrychu/tatara-cli
★ 0 stars Go File System Updated 7d ago
Tatara platform CLI (OIDC device flow, REST passthrough, MCP server)
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": {
    "tatara-cli": {
      "command": "go",
      "args": [
        "run",
        "github.com/szymonrychu/tatara-cli@latest"
      ]
    }
  }
}

README Excerpt

> Part of the tatara platform - see ARCHITECTURE.md in the tatara repo. tatara platform CLI: OIDC device flow, REST passthrough, stdio MCP server. Architecture: [github.com/szymonrychu/tatara/blob/main/ARCHITECTURE.md](https://github.com/szymonrychu/tatara/blob/main/ARCHITECTURE.md) ```sh brew tap szymonrychu/tap