οΏ½ Migrate to MCP Platform β’ π¬ Discord Community β’ οΏ½ Legacy Docs Zero-configuration deployment of production-ready MCP servers with Docker containers, comprehensive CLI tools, and intelligent caching. Focus on AI integration, not infrastructure setup. That's it! Your MCP server is running at http://localhost:8080 Perfect for: AI developers, data scientists, DevOps teams building with MCP. Deploy M
Add this skill
npx mdskills install Data-Everything/mcp-server-templatesLegacy project in maintenance mode redirecting users to new repository and package
β οΈ IMPORTANT: This repository has been renamed and moved to MCP Platform
What changed:
- New Repository:
Data-Everything/MCP-Platform- New Package:
pip install mcp-platform(replacesmcp-templates)- New CLI:
mcppcommand (replacesmcpt)- Enhanced Features: Improved architecture and expanded capabilities
Migration is easy:
# Uninstall old package pip uninstall mcp-templates # Install new package pip install mcp-platform # Use new command (all your configs work the same!) mcpp deploy demo # instead of mcpt deploy demoπ Complete Migration Guide | π New Documentation
β οΈ This version is in maintenance mode. Please migrate to MCP Platform for latest features and updates.
οΏ½ Migrate to MCP Platform β’ π¬ Discord Community β’ οΏ½ Legacy Docs
Deploy Model Context Protocol (MCP) servers in seconds, not hours.
Zero-configuration deployment of production-ready MCP servers with Docker containers, comprehensive CLI tools, and intelligent caching. Focus on AI integration, not infrastructure setup.
# Install MCP Templates
pip install mcp-templates
# List available templates
mcpt list
# Deploy instantly
mcpt deploy demo
# View deployment
mcpt logs demo
That's it! Your MCP server is running at http://localhost:8080
| Traditional MCP Setup | With MCP Templates |
|---|---|
| β Complex configuration | β One-command deployment |
| β Docker expertise required | β Zero configuration needed |
| β Manual tool discovery | β Automatic detection |
| β Environment setup headaches | β Pre-built containers |
Perfect for: AI developers, data scientists, DevOps teams building with MCP.
Deploy MCP servers instantly with pre-built templatesβno Docker knowledge required.
Automatically finds and showcases every tool your server offers.
6-hour template caching with automatic invalidation for lightning-fast operations.
Comprehensive command-line interface for deployment, management, and tool execution.
Configure via JSON, YAML, environment variables, CLI options, or override parameters.
Ready-to-use templates for common use cases: filesystem, databases, APIs, and more.
pip install mcp-templates
docker run --privileged -it dataeverything/mcp-server-templates:latest deploy demo
git clone https://github.com/DataEverything/mcp-server-templates.git
cd mcp-server-templates
pip install -r requirements.txt
# Basic deployment
mcpt deploy filesystem --config allowed_dirs="/path/to/data"
# Advanced overrides
mcpt deploy demo --override metadata__version=2.0 --transport http
# List all deployments
mcpt list --deployed
# Stop a deployment
mcpt stop demo
# View logs
mcpt logs demo --follow
# Create new template
mcpt create my-template
# Test locally
mcpt deploy my-template --backend mock
βββββββββββββββ βββββββββββββββββββββ βββββββββββββββββββββββ
β CLI Tool βββββΆβ DeploymentManager βββββΆβ Backend (Docker) β
β (mcpt) β β β β β
βββββββββββββββ βββββββββββββββββββββ βββββββββββββββββββββββ
β β β
βΌ βΌ βΌ
βββββββββββββββ βββββββββββββββββββββ βββββββββββββββββββββββ
β Template β β CacheManager β β Container Instance β
β Discovery β β (6hr TTL) β β β
βββββββββββββββ βββββββββββββββββββββ βββββββββββββββββββββββ
Configuration Flow: Template Defaults β Config File β CLI Options β Environment Variables
| Template | Description | Transport | Use Case |
|---|---|---|---|
| demo | Hello world MCP server | HTTP, stdio | Testing & learning |
| filesystem | Secure file operations | stdio | File management |
| gitlab | GitLab API integration | stdio | CI/CD workflows |
| github | GitHub API integration | stdio | Development workflows |
| zendesk | Customer support tools | HTTP, stdio | Support automation |
mcpt deploy filesystem --config allowed_dirs="/home/user/data"
mcpt deploy gitlab \
--config gitlab_token="$GITLAB_TOKEN" \
--config read_only_mode=true \
--override metadata__version=1.2.0 \
--transport stdio
{
"allowed_dirs": "/home/user/projects",
"log_level": "DEBUG",
"security": {
"read_only": false,
"max_file_size": "100MB"
}
}
mcpt deploy filesystem --config-file myconfig.json
Use the generator:
mcpt create my-template
Define template.json:
{
"name": "My Template",
"description": "Custom MCP server",
"docker_image": "my-org/my-mcp-server",
"transport": {
"default": "stdio",
"supported": ["stdio", "http"]
},
"config_schema": {
"type": "object",
"properties": {
"api_key": {
"type": "string",
"env_mapping": "API_KEY",
"sensitive": true
}
}
}
}
Test and deploy:
mcpt deploy my-template --backend mock
Full template development guide β
This repository has evolved into MCP Platform with enhanced features and better architecture.
Install new package:
pip uninstall mcp-templates
pip install mcp-platform
Update commands:
# Old command
mcpt deploy demo
# New command (everything else identical)
mcpp deploy demo
Update documentation bookmarks:
π Start your migration now β
This project is licensed under the Elastic License 2.0.
Built with β€οΈ for the MCP community. Thanks to all contributors and template creators!
Install via CLI
npx mdskills install Data-Everything/mcp-server-templatesThis Project Has Moved! is a free, open-source AI agent skill. οΏ½ Migrate to MCP Platform β’ π¬ Discord Community β’ οΏ½ Legacy Docs Zero-configuration deployment of production-ready MCP servers with Docker containers, comprehensive CLI tools, and intelligent caching. Focus on AI integration, not infrastructure setup. That's it! Your MCP server is running at http://localhost:8080 Perfect for: AI developers, data scientists, DevOps teams building with MCP. Deploy M
Install This Project Has Moved! with a single command:
npx mdskills install Data-Everything/mcp-server-templatesThis downloads the skill files into your project and your AI agent picks them up automatically.
This Project Has Moved! works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.