Docker Mcp Server Template
About
A template for launching an MCP server using Docker. It provides a customizable Dockerfile and a Docker run command example for client configuration.
Details
- Author
- Hurukawa2121
- Downloads
- 161
- Categories
- Cloud Service
Jump to
- Docker-based MCP server deployment template
Edit the Dockerfile to fit your server implementation, then configure your MCP client with the provided docker run command, setting environment variables and the image reference as needed.
Docker MCP Server Template
DockerでMCPサーバーを立ち上げるテンプレートです。Dockerfileを変えてお使いください。
Installation
{
"mcpServers": {
"mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e", "FOO=Bar", # Environments
"ghcr.io/<owner>/<repo>:latest"
]
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

