Introduction
What is Targetly?
Targetly is a production-ready hosting platform specifically designed for Model Context Protocol (MCP) servers. Deploy your MCP tools with a single command and get instant, secure URLs.
Key Features
- One-Command Deployment - Run
tly deployand get a live URL instantly. No complex configuration required. - Auto-Idle Shutdown - Containers automatically sleep after inactivity to optimize resource usage on your VPS.
- Instant Resume - Wake sleeping deployments without redeploying using
tly start <id>. - Docker Isolation - Every deployment runs in its own isolated Docker container for security and stability.
Why Targetly?
MCP servers enable AI models to interact with external tools and data sources. Targetly makes hosting these servers effortless:
- Deploy instantly - From local code to production URL in seconds
- Secure by default - Isolated containers with proper resource limits
- Cost-effective - Auto-idle shutdown keeps your VPS bills low
- Developer-friendly - Real-time logs, status monitoring, and simple CLI
Quick Example
# Install Targetly CLI
brew install targetly
# Login to your Targetly instance
tly login
# Deploy your MCP server
cd my-mcp-tool
tly deploy
# Output:
# ✓ Deployment successful!
# 🌐 URL: https://my-tool.prod.targetly.io
Next Steps
- Quickstart - Get started with Targetly in under 5 minutes
- Installation - Install the Targetly CLI on your system
- First Deployment - Deploy your first MCP server step-by-step
- CLI Reference - Explore all available CLI commands