Turn any CLI tool into an AI-accessible MCP server — zero code

r/LocalLLaMA
Generative AI

Built a Rust CLI that auto-discovers subcommands and flags from any command-line tool's --help and exposes them as MCP tools. Your local models get access to kubectl, docker, terraform, git, gh - whatever you have installed. json { "kubectl": { "command": "kubectl", "cli": true } } One line of config. It parses the help output, builds typed schemas, and each call spawns the process independently.