Skip to main content
Glama

Sumanshu Arora

quickstart.mdβ€’750 B
# Quick Start Get started with MCP Templates in minutes. ## 1. List Available Templates ```bash mcpt list ``` ## 2. Deploy a Template ```bash # Deploy the demo template mcpt deploy demo # Deploy with custom configuration mcpt deploy filesystem --port 8080 ``` ## 3. Test Your Deployment ```bash # Check if the server is running curl http://localhost:8080/health # View server logs mcpt logs demo ``` ## 4. Clean Up ```bash # Stop the server mcpt stop demo # Remove the deployment mcpt remove demo ``` ## Next Steps - Check out the [Templates Overview](../server-templates/index.md) to see what's available - Learn about [Configuration](configuration.md) options - Read the [Deployment Guide](../guides/deployment.md) for advanced usage

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/Data-Everything/mcp-server-templates'

If you have feedback or need assistance with the MCP directory API, please join our Discord server