Skip to main content
Glama
charliemday

Pretty Prompt MCP Server

by charliemday

Pretty Prompt MCP сервер

MCP-сервер, который предоставляет доступ к вашей библиотеке Pretty Prompt и улучшателю промптов для Cursor, Claude Desktop и других MCP-клиентов.

Инструменты

Инструмент

Описание

list_library_prompts

Список сохранённых промптов из вашей библиотеки

save_to_library

Сохранить промпт в библиотеку

list_library_folders

Список папок в библиотеке

create_library_folder

Создать папку (опционально вложенную в родительскую)

rename_library_folder

Переименовать существующую папку

move_prompt_to_folder

Переместить промпт в папку (или в корень)

improve_prompt

Улучшить/доработать промпт (использует ваши кредиты Pretty Prompt)

Related MCP server: prompts.chat MCP Server

Настройка

1. Сгенерируйте API-ключ

Перейдите на pretty-prompt.com/settings/mcp и создайте API-ключ.

2. Сборка

npm install
npm run build

3. Настройка Cursor

Добавьте в конфигурацию MCP в Cursor (~/.cursor/mcp.json или проект .cursor/mcp.json):

{
  "mcpServers": {
    "pretty-prompt": {
      "command": "npx",
      "args": ["-y", "@pretty-prompt/mcp@latest"],
      "env": {
        "PRETTY_PROMPT_API_KEY": "pp_mcp_..."
      }
    }
  }
}

Для локальной разработки переопределите продакшен-настройки по умолчанию:

"env": {
  "PRETTY_PROMPT_API_KEY": "pp_mcp_...",
  "PRETTY_PROMPT_BACKEND_URL": "http://0.0.0.0:8000",
  "PRETTY_PROMPT_SUPABASE_URL": "http://127.0.0.1:54321",
  "PRETTY_PROMPT_SUPABASE_ANON_KEY": "your-local-anon-key"
}

Переменные окружения

Переменная

Обязательная

По умолчанию

Описание

PRETTY_PROMPT_API_KEY

Да

API-ключ из настроек (pp_mcp_...)

PRETTY_PROMPT_BACKEND_URL

Нет

https://production.pretty-prompt.com

URL бэкенда FastAPI

PRETTY_PROMPT_SUPABASE_URL

Нет

https://api.pretty-prompt.com

URL проекта Supabase

PRETTY_PROMPT_SUPABASE_ANON_KEY

Нет

Продакшен anon-ключ

Анонимный ключ Supabase

PRETTY_PROMPT_ANALYTICS

Нет

включено

Установите false для отключения PostHog

PRETTY_PROMPT_POSTHOG_KEY

Нет

Продакшен ключ PostHog

Переопределить ключ проекта PostHog

Аналитика

MCP-сервер отправляет события PostHog (fire-and-forget) для:

Событие

Когда

mcp_server_started

Каждый раз при запуске процесса сервера и аутентификации

mcp_first_connected

Первое успешное подключение для API-ключа на этой машине

mcp_tool_called

Каждый вызов инструмента (имя, успех, длительность, санитизированные параметры)

События привязываются к email пользователя из токена доступа MCP. Текст промптов никогда не отправляется — только длины и флаги.

Отключите локально с помощью PRETTY_PROMPT_ANALYTICS=false.

Переопределите переменные окружения, чтобы указать на локальные сервисы:

PRETTY_PROMPT_BACKEND_URL=http://0.0.0.0:8000
PRETTY_PROMPT_SUPABASE_URL=http://127.0.0.1:54321

Убедитесь, что в бэкенде установлен SUPABASE_JWT_SECRET и применена миграция mcp_api_keys.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Provides access to thousands of AI prompts from prompts.chat, enabling users to search, browse, and use community-curated prompts with variable substitution directly in their AI coding assistant.
    2
    178
    33
    ISC
  • A
    license
    A
    quality
    D
    maintenance
    Allows users to save, organize, and manage AI prompts, folders, and tags directly within MCP-compatible tools like Claude and Cursor. It supports version history tracking, prompt searching, and the ability to save public templates to a personal collection.
    20
    23
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables users to organize, search, and manage a shared library of prompts across AI tools via the Model Context Protocol. It supports hierarchical folder organization, tagging, and template variable substitution for dynamic prompt generation.
    MIT

View all related MCP servers

Related MCP Connectors

  • Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

  • @latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl…

  • Read, edit, publish, and preview your pepita websites from Claude.

View all MCP Connectors

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/charliemday/pretty-mcp'

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