MCP Prompt Manager
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_DIR | No | Directory for file logging (default: `./logs`) | |
| READ_ONLY | No | Disable write operations (true/false) | |
| PROMPTS_DIR | No | Directory to store prompts (default: project `prompts`) | |
| DISABLE_EXPORT | No | Block export (true/false) | |
| DISABLE_IMPORT | No | Block import (true/false) | |
| FILE_CACHE_TTL | No | Cache TTL for file cache | |
| SEARCH_CACHE_TTL | No | Cache TTL for search cache | |
| METADATA_CACHE_TTL | No | Cache TTL for metadata cache | |
| TEMPLATE_CACHE_TTL | No | Cache TTL for template cache | |
| FILE_CACHE_MAX_SIZE | No | Maximum size for file cache | |
| RATE_LIMIT_STRICT_MAX | No | Maximum requests in strict window | |
| RATE_LIMIT_UPLOAD_MAX | No | Maximum requests in upload window | |
| SEARCH_CACHE_MAX_SIZE | No | Maximum size for search cache | |
| RATE_LIMIT_LENIENT_MAX | No | Maximum requests in lenient window | |
| METADATA_CACHE_MAX_SIZE | No | Maximum size for metadata cache | |
| RATE_LIMIT_STANDARD_MAX | No | Maximum requests in standard window | |
| TEMPLATE_CACHE_MAX_SIZE | No | Maximum size for template cache | |
| DISABLE_VERSION_ROLLBACK | No | Block rollback (true/false) | |
| RATE_LIMIT_STRICT_WINDOW_MS | No | Rate limit strict window in milliseconds | |
| RATE_LIMIT_UPLOAD_WINDOW_MS | No | Rate limit upload window in milliseconds | |
| RATE_LIMIT_LENIENT_WINDOW_MS | No | Rate limit lenient window in milliseconds | |
| RATE_LIMIT_STANDARD_WINDOW_MS | No | Rate 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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