mcp-server-jindacloud

neter-aa/mcp-server-jindacloud

3.1

If you are the rightful owner of mcp-server-jindacloud and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Server for jindacloud.com is a TypeScript-based server that manages an IAAS system, allowing users to list, create, and delete containers.

Tools
1
Resources
0
Prompts
0

mcp-server-jindacloud MCP Server

You can list, create, and delete containers on jindacloud.com.

This is a TypeScript-based MCP server that operates an IAAS system, jindacloud.com

  • Tools for list, create, delete containers, deploy, start, stop, restart containers

Features

Tools

  • list_containers - List all containers

Development

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch

Installation

To use with Claude Desktop, add the server config:

get apiKey from env JINDA_CLOUD_API_KEY, register and get new apiKey from https://jindacloud.cn

{
  "mcp-server-jindacloud": {
      "command": "node",
      "args": [
        "F:\\code\\jindacloud\\mcp-server-jindacloud\\build\\index.js"
      ],
      "env": {
        "JINDA_CLOUD_API_KEY": "xxxxxxxxxxxx"
      },
      "disabled": false,
      "autoApprove": [
        "runAccessibilityAudit",
        "list_containers"
      ]
    }
}

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.