Skip to main content
Glama

prompt-new-mcp

A Model Context Protocol (MCP) server for saving and managing prompts. This tool allows you to save prompts with timestamps and list previously saved prompts.

Installation

You can run this MCP server directly using npx without installation:

npx prompt-new-mcp

Related MCP server: WebDAV MCP Server

Usage with Claude Desktop

Add this server to your Claude Desktop configuration:

macOS

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{ "mcpServers": { "prompt-new-mcp": { "command": "npx", "args": ["-y", "prompt-new-mcp"] } } }

Windows

Edit %APPDATA%\Claude\claude_desktop_config.json:

{ "mcpServers": { "prompt-new-mcp": { "command": "npx", "args": ["-y", "prompt-new-mcp"] } } }

Available Tools

save

Saves a prompt with a timestamp to the prompts directory.

Parameters:

  • name (string): The name for the prompt file

  • content (string): The prompt content to save

list

Lists saved prompts in the prompts directory.

Parameters:

  • limit (number, optional): Maximum number of prompts to return (default: 20)

File Organization

Prompts are saved in the prompts directory with the following naming convention: YYYYMMDD_HHMMSS_<sanitized-name>.md

Example: 20250125_143022_user-question.md

Requirements

  • Node.js 18 or higher

  • Compatible with Claude Desktop and other MCP clients

License

MIT

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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/seungwonme/prompt-new-mcp'

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