TODO: Replace MCP_SERVER with the name of the server
TODO: Description
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"
]
}
}
}TODO: Add MCP tools here
This project is licensed under the MIT License - see the LICENSE file for details.
Copyright (c) 2025 Koki Sato