template-mcp
by Freddymhs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port (only for http transport) | 3000 |
| NODE_ENV | No | Environment (development, production, etc.) | development |
| LOG_LEVEL | No | Pino log level | info |
| MCP_TRANSPORT | No | Transport mode: 'stdio' or 'http' | stdio |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| greetA | Generates a personalized greeting message. Use this tool when you need to greet someone by name with an optional custom greeting style. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize | Creates a prompt that asks the model to summarize the given text in a specific style and length. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| server-info | Returns metadata about this MCP server |
Latest Blog Posts
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/Freddymhs/template-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server