MCP Prompts Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level for the serverinfo
PROMPTS_DIRNoDirectory to store prompts when using file storage./prompts
SERVER_NAMENoName of the MCP servermcp-prompts
STORAGE_TYPENoThe type of storage to usefile
SERVER_VERSIONNoVersion of the MCP server1.0.0

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
add_prompt

Add a new prompt

get_prompt

Get a prompt by ID

update_prompt

Update an existing prompt

list_prompts

List all prompts

apply_template

Apply variables to a prompt template

delete_prompt

Delete a prompt