Skip to content

Cli

Free

by MCP Community

CLI tool related to MCP Docker instances

v1.0.1Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Cli MCP Server

CLI tool related to MCP Docker instances

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @openint/mcp-cli
Add to claude_desktop_config.json
{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": ["-y", "@openint/mcp-cli"]
    }
  }
}