Zima-MCP

brgjr10/Zima-MCP
★ 0 stars TypeScript API Integration Updated today
Zima Terminal MCP — MCP server providing SSH terminal access to ZimaOS.
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": {
    "zima-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "brgjr10/Zima-MCP"
      ]
    }
  }
}

README Excerpt

Zima Terminal MCP — MCP server providing SSH terminal access to ZimaOS. <img width="697" height="462" alt="image" src="https://github.com/user-attachments/assets/79b56c19-ee06-40c3-9d17-f862cd108060" /> - TypeScript / Node.js + Express - MCP SDK ```bash npm install npm run build npm start ``` Server listens on port `9761` by default.