Promption

Sdkwork-Cloud/Promption
★ 0 stars Unknown language AI/LLM Updated today
# Promption Promption is a modern prompt management platform and search engine for AI creators, developers, and teams. Organize, search, discover, and share prompts for: - ChatGPT - GPT-5 - Claude - Claude Code - OpenAI Codex - Cursor - GitHub Copilot - Gemini - Windsurf - MCP Servers - AI Agents Think Notion, but built for prompts.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "promption": {
      "command": "npx",
      "args": [
        "-y",
        "Sdkwork-Cloud/Promption"
      ]
    }
  }
}