Docker Mcp Server Template

by Hurukawa2121

161 downloads
Not rated
GitHub

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

- 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"
      ]
    }
  }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.