MCP Hub
Back to servers

mcp-server-template

A template repository for creating new Model Context Protocol (MCP) servers using Docker.

Stars
1
Updated
Jan 7, 2026
Validated
Jan 9, 2026

TODO: Replace MCP_SERVER with the name of the server

MCP_SERVER

TODO: Description

Table of Contents

Usage

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

MCP Tools

TODO: Add MCP tools here

License

This project is licensed under the MIT License - see the LICENSE file for details.

Copyright (c) 2025 Koki Sato

Reviews

No reviews yet

Sign in to write a review