docker-mcp-server-template

docker-mcp-server-template

0

This project provides a template for setting up a Model Context Protocol (MCP) server using Docker. It allows for customization through the Dockerfile to fit specific needs.

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"
      ]
    }
  }
}