mycommandmcp

sevir/mycommandmcp
★ 5 stars Rust 💻 Code/Dev Tools Updated 3mo ago
A useful MCP server that converts cli system commands into MCP tools
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": {
    "mycommandmcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mycommandmcp"
      ]
    }
  }
}