MCP.so
ログイン
P

Prompter Mcp Server

@vines90

Prompter Mcp Server について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

vines90

投稿者

liyang xu

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "aiprompter": {
      "command": "npx",
      "args": [
        "aiprompter-mcp-server"
      ],
      "env": {
        "PROMPT_MANAGER_API_URL": "https://www.aiprompter.cc",
        "SECRET_KEY": "your-secret-key"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Prompter Mcp Server?

Prompter Mcp Server is an MCP server for managing AI prompts. It supports Secret-Key authentication, full prompt CRUD operations, public prompt square access, and private prompt libraries. It is designed for personal users, teams, and developers who need centralized prompt management.

How to use Prompter Mcp Server?

Install globally with npm install -g aiprompter-mcp-server, then configure via a JSON config file (~/.aiprompter-mcp-config.json) or environment variables (PROMPT_MANAGER_API_URL, SECRET_KEY). Run using npx aiprompter-mcp-server in MCP hosts like Cursor or Claude Desktop.

Key features of Prompter Mcp Server

  • Secret-Key and JWT token authentication
  • Create, search, update, delete prompts with version history
  • Public prompt square and trending prompts browsing
  • Redis caching for improved query performance
  • Automatic error retry on network failures
  • Responsive design for desktop and mobile

Use cases of Prompter Mcp Server

  • Manage personal AI prompt libraries with cross-device sync
  • Share and version-control prompt resources within teams
  • Build AI applications with a standardized prompt management API
  • Discover and reuse community-curated prompts from the public square

FAQ from Prompter Mcp Server

What authentication methods does Prompter Mcp Server support?

It supports Secret-Key authentication (64‑bit key, no username/password) and JWT Token authentication (traditional username+password).

What are the required environment variables?

SECRET_KEY is required. PROMPT_MANAGER_API_URL defaults to https://www.aiprompter.cc. Optional variables include USER_TOKEN, USERNAME, PASSWORD, and LOG_LEVEL.

Where does prompt data live?

All prompts are stored on the remote API server at https://www.aiprompter.cc. There is no local database; data is accessed via HTTP.

How can I debug Prompter Mcp Server?

Set the LOG_LEVEL environment variable to debug, info, warn, or error. For example: LOG_LEVEL=debug npx aiprompter-mcp-server.

Is there any rate limit or usage cap?

The README does not mention any rate limits or usage caps.

コメント

「その他」の他のコンテンツ