MCP Server Template
Provides containerized execution environment for the MCP server, allowing for isolated and consistent deployment across different systems.
Offers integration with GitHub packages for container distribution (ghcr.io), enabling users to pull the containerized MCP server directly from GitHub Container Registry.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Server Templateshow me the available MCP tools"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TODO: Replace MCP_SERVER with the name of the server
MCP_SERVER
TODO: Description
Table of Contents
Related MCP server: Python MCP Template
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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Create, deploy, and operate MCP servers directly from your GitHub repositories.
Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, Pā¦
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceA basic MCP server template built with FastMCP framework that provides example tools for echoing messages and retrieving server information. Serves as a starting point for developing custom MCP servers with Docker support and CI/CD integration.-
- AlicenseCqualityNot gradedmaintenanceA DevOps-friendly template for building MCP servers with CI/CD, Docker support, and automatic documentation generation using fastmcp and FastAPI.1-
- FlicenseNot gradedqualityDmaintenanceThis repository provides a template for creating MCP servers with Python, including installation instructions and tools for testing with the MCP Inspector.-
- FlicenseBqualityDmaintenanceA minimal MCP server template for testing and development, providing example implementations with fastmcp and Python.94-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/koki-develop/mcp-server-template'
If you have feedback or need assistance with the MCP directory API, please join our Discord server