Skip to main content
Glama
simopet

keepmyprompts-mcp

by simopet

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KMP_API_KEYYesYour Keep My Prompts API key, starting with kmp_live_. Required; the server exits immediately without it.
KMP_API_URLNoThe 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/simopet/keepmyprompts-mcp'

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