nerdychefs-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NERDYCHEFS_API_BASE | No | Base URL for the NerdyChefs API. Set it in the server's environment to change the API path. Remote URLs must use HTTPS on www.nerdychefs.ai. Local HTTP addresses are accepted for fixture tests. | https://www.nerdychefs.ai/api |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_promptsC | Find prompts for a task, with optional category, persona, and tag filters. |
| get_promptA | Get a prompt by its numeric ID, including the full prompt text. |
| random_promptA | Pick a random prompt to try, optionally narrowed by category, persona, or tag. |
| list_packsB | Browse prompt packs by category or search their titles and descriptions. |
| get_packB | Open a pack by slug or exact title and optionally include its prompts. |
| list_categoriesA | List the available prompt categories and their subcategories. |
| list_personasC | Find personas to use when filtering prompts, starting with the most common. |
| list_tagsA | Find tags to use when filtering prompts, starting with the most common. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |