Skip to main content
Glama

Sumanshu Arora

index.mdβ€’1.02 kB
# Demo Hello MCP Server Documentation ## Overview A simple demonstration MCP server that provides greeting tools ## Quick Start Deploy this template: ```bash mcpt deploy demo ``` ## Configuration Options | Property | Type | Environment Variable | Default | Description | |----------|------|---------------------|---------|-------------| | `hello_from` | string | `MCP_HELLO_FROM` | `MCP Platform` | Name or message to include in greetings | | `log_level` | string | `MCP_LOG_LEVEL` | `info` | Logging level for the server | ### Usage Examples ```bash # Deploy with configuration mcpt deploy demo --show-config # Using environment variables mcpt deploy demo --env MCP_HELLO_FROM=value # Using CLI configuration mcpt deploy {template_id} --config {first_prop}=value # Using nested configuration mcpt deploy {template_id} --config category__property=value ```## Development ### Local Testing ```bash cd templates/demo pytest tests/ ``` ## Support For support, please open an issue in the main repository.

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