docker-mcp-server-template
If you are the rightful owner of docker-mcp-server-template and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a template for setting up an MCP server using Docker. Customize the Dockerfile 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"
]
}
}
}