tool-cli

superradcompany/tool-cli
★ 15 stars Rust 💻 Code/Dev Tools Updated 16d ago
easy package manager for mcp servers ⏵ create, discover, share, and run mcp packages ⏵ build code-mode agents with tool-cli ⏵ turn your mcps into clis
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": {
    "tool-cli": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "tool-cli"
      ]
    }
  }
}