Skip to main content
Glama
charliemday

Pretty Prompt MCP Server

by charliemday

Pretty Prompt MCP Server

Pretty Prompt ライブラリとプロンプト改善機能を Cursor、Claude Desktop、その他の MCP クライアントに公開する 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

いいえ

本番環境の anon キー

Supabase anon キー

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