Provides containerized execution environment for the MCP server, allowing for isolated and consistent deployment across different systems.
Offers integration with GitHub packages for container distribution (ghcr.io), enabling users to pull the containerized MCP server directly from GitHub Container Registry.
TODO: Replace
MCP_SERVER
TODO: Description
Table of Contents
Related MCP server: FastMCP Boilerplate
Usage
To use this server with an MCP client, add the following configuration:
{
"mcpServers": {
"MCP_SERVER": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/koki-develop/MCP_SERVER:latest"
]
}
}
}
MCP Tools
TODO: Add MCP tools here
License
This project is licensed under the MIT License - see the LICENSE file for details.
Copyright (c) 2025 Koki Sato