Skip to main content
Glama
charliemday

Pretty Prompt MCP Server

by charliemday

Pretty Prompt MCP 서버

Cure, Claude Desktop 등 MCP 클라이언트에서 Pretty Prompt 라이브러리와 프롬프트 개선기를 사용할 수 있게 해주는 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 설정

Cursor MCP 설정 파일 (~/.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

FastAPI 백엔드 URL

PRETTY_PROMPT_SUPABASE_URL

아니오

https://api.pretty-prompt.com

Supabase 프로젝트 URL

PRETTY_PROMPT_SUPABASE_ANON_KEY

아니오

프로덕션 익명 키

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

각 도구 호출 시 (이름, 성공 여부, 지속 시간, 정리된 파라미터)

이벤트는 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