smithy-cli

iorubs/smithy-cli
★ 0 stars Go 💻 Code/Dev Tools Updated today
CLI for running and managing smithy MCP Servers and Agents
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": {
    "smithy-cli": {
      "command": "go",
      "args": [
        "run",
        "github.com/iorubs/smithy-cli@latest"
      ]
    }
  }
}

README Excerpt

> The unified `smithy` CLI for the smithy stack. Run a single MCP > server, run a single agent, or orchestrate multi-server flows > with `smithy stack`. **smithy-cli** is the front-end for [mcpsmithy](https://github.com/iorubs/mcpsmithy) and agentsmithy. It embeds the upstream commands and adds a daemon-backed `stack` supervisor for running stacks of MCP servers