mcsmanager-mcp-server-typescript

mcsmanager-mcp-server-typescript

3.2

If you are the rightful owner of mcsmanager-mcp-server-typescript 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.

MCSManager MCP Server is a TypeScript-based server that provides access to the MCSManager API using the Model Context Protocol (MCP).

The MCSManager MCP Server is designed to facilitate seamless interaction with the MCSManager API through the Model Context Protocol (MCP). It leverages the latest MCP SDK and StreamableHTTP transport protocol to ensure efficient communication. The server supports a wide range of functionalities including daemon and instance management, file operations, command sending, and session management. It is highly configurable via environment variables, allowing users to set parameters such as the MCSManager URL, API key, and server host and port. The server can be easily installed and run using npm, and it provides a robust set of tools for both information retrieval and operational tasks.

Features

  • Utilizes the latest MCP SDK and StreamableHTTP transport protocol
  • Provides full access to the MCSManager API
  • Supports daemon and instance management
  • Facilitates file operations
  • Enables command sending and session management

Tools

  1. get-daemons

    Retrieve a list of all daemons

  2. get-instances

    Retrieve a list of instances for a specified daemon

  3. get-instance-detail

    Retrieve details of a specific instance

  4. get-files

    Retrieve a list of files

  5. get-file-content

    Retrieve the content of a file

  6. get-overview

    Retrieve an overview of the panel

  7. start-instance

    Start an instance

  8. stop-instance

    Stop an instance

  9. restart-instance

    Restart an instance

  10. kill-instance

    Forcefully terminate an instance

  11. send-command

    Send a command to an instance

  12. update-file

    Update the content of a file