MCP.so
ログイン

MCSManager MCP Server

@metrovoc

MCSManager MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

metrovoc

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCSManager MCP Server?

MCSManager MCP Server is a TypeScript implementation that uses the Model Context Protocol (MCP) to provide access to the MCSManager API. It is intended for developers and system administrators who need to programmatically manage MCSManager daemons, instances, and files through MCP clients.

How to use MCSManager MCP Server?

Clone the repository, install dependencies with npm install, and build with npm run build. Configure via environment variables: set MCSMANAGER_API_KEY (required) and optionally MCSMANAGER_URL, MCP_PORT, MCP_HOST. Start the server with npm start (or npm run dev for development). The server listens on http://localhost:3000/mcp by default and accepts connections from any MCP-compatible client.

Key features of MCSManager MCP Server

  • Complete access to MCSManager API via MCP
  • StreamableHTTP transport protocol
  • Daemon and instance management
  • File operations (list, read, update)
  • Command sending to instances
  • Session management support

Use cases of MCSManager MCP Server

  • Automatically start, stop, or restart game server instances
  • Remotely read and edit server configuration files
  • Send in-game commands from an MCP‑compatible client
  • Monitor multiple daemons and their instances from a unified interface
  • Integrate MCSManager management into larger AI‑driven workflows

FAQ from MCSManager MCP Server

What runtime does MCSManager MCP Server require?

It requires Node.js and is built with TypeScript. Dependencies are installed via npm install.

How do I authenticate with the MCSManager API?

Set the MCSMANAGER_API_KEY environment variable with your MCSManager API key. This is mandatory.

Where does the data live?

All data is accessed through the MCSManager panel. The server acts as a proxy and does not store instance or file data locally.

What transport protocol does MCSManager MCP Server use?

It uses MCP with the StreamableHTTP transport protocol, listening on /mcp by default.

Are there any known limitations?

The README does not mention specific limitations. Access depends on the capabilities and permissions of the underlying MCSManager API.

コメント

「その他」の他のコンテンツ