MCP Prompt Manager
by Tae4an
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 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
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