mcp-server-wslc

aihuali213/mcp-server-wslc
★ 0 stars TypeScript AI/LLM Updated 1d ago
An MCP server.
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": {
    "mcp-server-wslc": {
      "command": "npx",
      "args": [
        "-y",
        "aihuali213/mcp-server-wslc"
      ]
    }
  }
}

README Excerpt

MCP (Model Context Protocol) server for Microsoft's `wslc` CLI — a typed API wrapper that lets AI agents manage WSL containers safely. Claude Code · Codex CLI · Hermes · OpenClaw · Cursor · VS Code Agent --- ```bash npm install -g mcp-server-wslc ``` Or run directly with npx: ```bash npx mcp-server-wslc

Tools (20)

containerIdcontainer_createcontainer_execcontainer_inspectcontainer_logscontainer_removecontainer_restartcontainer_runcontainer_startcontainer_statscontainer_stopimageimage_buildimage_inspectimage_pullimage_pushimage_removeimage_taglist_containerslist_images