brontes

tj-smith47/brontes
★ 0 stars Rust 💻 Code/Dev Tools Updated today
Transform any clap CLI into an MCP server.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "brontes": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "brontes"
      ]
    }
  }
}

README Excerpt

> *brontes* (Greek: thunder). In myth, the Cyclops smith who forged Zeus's thunderbolts. This crate forges clap CLIs into MCP servers. **Transform any clap CLI into an MCP server.** brontes converts your `clap` commands into MCP tools and ships subcommands for one-shot integration with Claude Desktop, VSCode, and Cursor. Rust port for [clap](https://github.com/clap-rs/clap), inspired by [njayp/ophis](https://github.com/njayp/ophis).

Tools (2)

agentdefault_env