mcsmanager-mcp-server-typescript
The MCSManager MCP Server is a TypeScript-based implementation that allows access to MCSManager API through the Model Context Protocol. It features daemon management, session management, and file operations, offering complete access to MCSManager capabilities.
MCSManager MCP Server
This project is an MCSManager MCP server implemented in TypeScript providing access to the MCSManager API using the Model Context Protocol (MCP).
Features
- Utilizes the latest MCP SDK and StreamableHTTP protocol.
- Full access to MCSManager API.
- Supports daemon and instance management.
- File operations and command sending.
- Session management.
Configuration
The server can be configured via environment variables such as MCSMANAGER_URL
, MCSMANAGER_API_KEY
, MCP_PORT
, and MCP_HOST
.
Usage
The server can be started with environment variable configuration, and operates on http://localhost:3000/mcp
. Clients supporting MCP can connect to this server.
Tools
Provides tools for information retrieval and operation on daemons, instances, and files.