keepmyprompts-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KMP_API_KEY | Yes | Your Keep My Prompts API key, starting with kmp_live_. Required; the server exits immediately without it. | |
| KMP_API_URL | No | The base URL of the Keep My Prompts API. Defaults to https://www.keepmyprompts.com. Keep the www.; the bare domain redirects and the request is refused. | https://www.keepmyprompts.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_promptsA | List the titles of the user's saved prompts in Keep My Prompts, with their category. Call this when the user refers to a prompt of theirs, asks what is in their library, or asks you to reuse or adapt something they saved. Returns titles only — call get_prompt for the text of the one you need. |
| get_promptA | Retrieve the full text of one saved prompt by its id, including any notes. Call this after list_prompts, once you know which prompt you need. |
| list_categoriesA | List the user's prompt categories with how many prompts each contains. Useful for narrowing list_prompts on a large library. |
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/simopet/keepmyprompts-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server