Skip to main content
Glama

prompt-new-mcp

by seungwonme

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

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

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

A Model Context Protocol server that saves prompts with timestamps and allows users to list previously saved prompts for Claude Desktop.

  1. Installation
    1. Usage with Claude Desktop
      1. macOS
      2. Windows
    2. Available Tools
      1. save
      2. list
    3. File Organization
      1. Requirements
        1. License

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.
            Last updated -
            2
            TypeScript
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables Claude Desktop and other MCP clients to interact with WebDAV file systems through natural language commands for CRUD operations.
            Last updated -
            8
            24
            6
            TypeScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that automatically reads the Claude Desktop configuration file and presents all available MCP services in an easy-to-copy format at the top of the tools list.
            Last updated -
            1
            247
            3
            JavaScript
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.
            Last updated -
            340
            TypeScript
            • Apple

          View all related MCP servers

          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