Pretty Prompt MCP Server
Pretty Prompt MCP 서버
Cure, Claude Desktop 등 MCP 클라이언트에서 Pretty Prompt 라이브러리와 프롬프트 개선기를 사용할 수 있게 해주는 MCP 서버입니다.
도구
도구 | 설명 |
| 라이브러리에서 저장된 프롬프트 목록 조회 |
| 프롬프트를 라이브러리에 저장 |
| 라이브러리의 폴더 목록 조회 |
| 폴더 생성 (상위 폴더 아래에 중첩 가능) |
| 기존 폴더 이름 변경 |
| 프롬프트를 폴더로 이동 (또는 루트로 이동) |
| 프롬프트 개선/정제 (Pretty Prompt 크레딧 사용) |
Related MCP server: prompts.chat MCP Server
설정
1. API 키 생성
pretty-prompt.com/settings/mcp로 이동하여 API 키를 생성하세요.
2. 빌드
npm install
npm run build3. 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"
}환경 변수
변수 | 필수 | 기본값 | 설명 |
| 예 | — | 설정 페이지에서 발급받은 API 키 ( |
| 아니오 |
| FastAPI 백엔드 URL |
| 아니오 |
| Supabase 프로젝트 URL |
| 아니오 | 프로덕션 익명 키 | Supabase 익명 키 |
| 아니오 | 활성화 |
|
| 아니오 | 프로덕션 PostHog 키 | PostHog 프로젝트 키 재정의 |
분석
MCP 서버는 PostHog 이벤트를 (fire-and-forget 방식으로) 전송합니다:
이벤트 | 전송 시점 |
| 서버 프로세스가 시작되고 인증될 때마다 |
| 해당 머신에서 API 키로 첫 번째 성공적인 연결 시 |
| 각 도구 호출 시 (이름, 성공 여부, 지속 시간, 정리된 파라미터) |
이벤트는 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 마이그레이션이 적용되었는지 확인하세요.
Maintenance
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
- FlicenseNot gradedqualityNot gradedmaintenanceEnables AI-native prompt management for Latitude.so with full CRUD operations, version control, file-based workflows, and direct prompt execution with streaming support.4
- AlicenseBqualityDmaintenanceProvides 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.217833ISC
- AlicenseAqualityDmaintenanceAllows 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.2023MIT
- AlicenseNot gradedqualityCmaintenanceEnables 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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