Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEME_GENERATOR_MCP_OUTPUT_PATH | No | Custom path for generated memes | ~/.config/meme-generator-mcp/generated_memes |
| MEME_GENERATOR_MCP_CONFIGS_PATH | No | Custom path to meme configs JSON | ~/.config/meme-generator-mcp/meme_configs.json |
| MEME_GENERATOR_MCP_TEMPLATES_PATH | No | Custom path to meme templates directory | ~/.config/meme-generator-mcp/meme_templates |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_meme | Generate a meme with custom text overlays. Each meme type has specific named text placeholders that must be filled. Use the 'get_meme_info' tool to see available memes and their placeholder requirements. |
| get_meme_info | Get information about available memes and their text placeholder requirements. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |