https://github.com/koki-develop/mcp-server-template
MCP Server Template
https://github.com/koki-develop/mcp-server-template
Last synced: 4 months ago
JSON representation
MCP Server Template
- Host: GitHub
- URL: https://github.com/koki-develop/mcp-server-template
- Owner: koki-develop
- License: mit
- Created: 2025-06-19T08:21:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-05T13:47:52.000Z (4 months ago)
- Last Synced: 2025-10-05T15:25:34.389Z (4 months ago)
- Language: Dockerfile
- Size: 61.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
**TODO: Replace `MCP_SERVER` with the name of the server**
# MCP_SERVER
**TODO: Description**
## Table of Contents
- [Usage](#usage)
- [MCP Tools](#mcp-tools)
- [License](#license)
## Usage
To use this server with an MCP client, add the following configuration:
```json
{
"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](./LICENSE) file for details.
Copyright (c) 2025 Koki Sato