biscuit

oxmonty/biscuit
★ 0 stars Go Communication Updated today
Biscuit generates production-ready CLI repositories from OpenAPI specs. Every CLI is also an MCP server and chat TUI. Open source, in Go.
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": {
    "biscuit": {
      "command": "go",
      "args": [
        "run",
        "github.com/oxmonty/biscuit@latest"
      ]
    }
  }
}