command-mcp

adelie-ai/command-mcp
★ 0 stars Rust Code/Dev Tools Updated today
Create MCP servers from CLI commands
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": {
    "command-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "command-mcp"
      ]
    }
  }
}

README Excerpt

`command-mcp` turns existing command-line programs (shell scripts, binaries, and CLIs) into an MCP server you can plug into MCP clients (like VS Code) **without rewriting them as a bespoke MCP service**. `command-mcp` **does not vet, sandbox, or approve** the command lines you configure or the programs you execute. It provides **no built-in allow/deny or interactive approval mechanism**.

Tools (1)

COMMAND_MCP_CONFIG