MCP Prompt Manager
by CarlLee1983
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_FILE | No | Path to write log file (e.g. logs/mcp.log). Highly recommended for debugging | |
| CACHE_TTL | No | Time-to-live for cache items (optional) | |
| LOG_LEVEL | No | Logging verbosity. Options: debug, info, warn, error, silent | info |
| GIT_BRANCH | No | Default Git branch to clone | main |
| MCP_GROUPS | No | Comma-separated list of prompt groups to load (e.g. laravel,vue). If unset, checks System Repo or default behaviors | |
| WATCH_MODE | No | Enable auto-reloading when changes are detected in the repository | false |
| STORAGE_DIR | No | Directory to store cloned repositories | .prompts_cache |
| MCP_LANGUAGE | No | Output language. Options: en, zh | en |
| CACHE_PROVIDER | No | Caching mechanism. Options: local, redis | local |
| TRANSPORT_TYPE | No | Communication method. Options: stdio, http, sse | stdio |
| GIT_MAX_RETRIES | No | Number of retries for failed Git operations | 3 |
| PROMPT_REPO_URL | No | Primary Git repository URL or local path (required if PROMPT_REPO_URLS is not set) | |
| SYSTEM_REPO_URL | No | Separate repository URL for system-level prompts (e.g. common prompts) | |
| PROMPT_REPO_URLS | No | Comma-separated list of multiple repository URLs (e.g. url1,url2) | |
| GIT_POLLING_INTERVAL | No | Interval (ms) to check for updates when WATCH_MODE=true | 300000 |
| CACHE_CLEANUP_INTERVAL | No | Interval (ms) to clean up expired cache items | 10000 |
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
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
- 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/CarlLee1983/mcp-prompt-manager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server