Skip to main content
Glama
Tae4an

MCP Prompt Manager

by Tae4an

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_DIRNoDirectory for file logging (default: `./logs`)
READ_ONLYNoDisable write operations (true/false)
PROMPTS_DIRNoDirectory to store prompts (default: project `prompts`)
DISABLE_EXPORTNoBlock export (true/false)
DISABLE_IMPORTNoBlock import (true/false)
FILE_CACHE_TTLNoCache TTL for file cache
SEARCH_CACHE_TTLNoCache TTL for search cache
METADATA_CACHE_TTLNoCache TTL for metadata cache
TEMPLATE_CACHE_TTLNoCache TTL for template cache
FILE_CACHE_MAX_SIZENoMaximum size for file cache
RATE_LIMIT_STRICT_MAXNoMaximum requests in strict window
RATE_LIMIT_UPLOAD_MAXNoMaximum requests in upload window
SEARCH_CACHE_MAX_SIZENoMaximum size for search cache
RATE_LIMIT_LENIENT_MAXNoMaximum requests in lenient window
METADATA_CACHE_MAX_SIZENoMaximum size for metadata cache
RATE_LIMIT_STANDARD_MAXNoMaximum requests in standard window
TEMPLATE_CACHE_MAX_SIZENoMaximum size for template cache
DISABLE_VERSION_ROLLBACKNoBlock rollback (true/false)
RATE_LIMIT_STRICT_WINDOW_MSNoRate limit strict window in milliseconds
RATE_LIMIT_UPLOAD_WINDOW_MSNoRate limit upload window in milliseconds
RATE_LIMIT_LENIENT_WINDOW_MSNoRate limit lenient window in milliseconds
RATE_LIMIT_STANDARD_WINDOW_MSNoRate limit standard window in milliseconds

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list-promptsA

List all available prompts

get-server-statsA

Get process and server runtime stats

get-promptA

Get the content of a specific prompt

create-promptB

Create a new prompt

update-promptC

Update an existing prompt

delete-promptC

Delete an existing prompt

search-promptsA

Search prompts by filename or content with intelligent fuzzy matching

tag-promptC

Add tags to a prompt

categorize-promptC

Set category for a prompt

list-by-categoryB

List prompts by category

process-templateC

Process a prompt template with advanced logic (conditions, loops, functions)

list-template-variablesB

List all variables in a template prompt

favorite-promptA

Add or remove a prompt from favorites

list-favoritesB

List all favorite prompts

list-prompt-versionsB

List all versions of a specific prompt

compare-prompt-versionsB

Compare two versions of a prompt and show differences

rollback-promptB

Rollback a prompt to a specific version

get-prompt-versionA

Get the content of a specific version of a prompt

get-prompt-version-statsC

Get statistics about a prompt's version history

list-template-categoriesA

List all available template categories in the template library

list-templates-by-categoryB

List all templates in a specific category

get-template-detailsC

Get detailed information about a specific template

search-templatesB

Search templates in the template library

render-templateC

Render a template with provided variables

get-popular-templatesB

Get most popular templates from the library

create-prompt-from-templateC

Create a new prompt file from a template with variables

export-promptsC

Export prompts to JSON format for backup or sharing

import-promptsB

Import prompts from JSON format

get-import-export-statusB

Get import/export system status and capabilities

get-policy-statusB

Get current policy/permission flags

get-cache-statsB

Read cache statistics for files/metadata/search/templates

get-rate-limit-statusA

Get current rate limiter stats (standard/strict/upload)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Tae4an/mcp-prompt-manager'

If you have feedback or need assistance with the MCP directory API, please join our Discord server