CLI-monorepo

lucabro81/CLI-monorepo
★ 0 stars Rust AI/LLM Updated 2d ago
A Cargo workspace of CLI tools, one per external service, designed to be driven by an LLM agent in place of an 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": {
    "cli-monorepo": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "CLI-monorepo"
      ]
    }
  }
}

README Excerpt

A Cargo workspace of CLI tools, one per external service, designed to be driven by an LLM agent in place of an MCP server. See [CLAUDE.md](CLAUDE.md) for the design principles and conventions every crate follows. | Crate | Service | Status | |-------|---------|--------| | [jira](crates/jira/README.md) | Jira Cloud (issues, comments, transitions, search) | Implemented — see crate README for setup and commands |