← Back to Plugins
MCP Server MCP

io.github.rishiatlan/claude-prompt-optimizer

github By github 👁 1 views ▲ 0 votes

Scores, compiles & optimizes prompts for any LLM. Zero AI calls inside. Freemium.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "claude-prompt-optimizer-mcp",
      "version": "2.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Set to 'true' to enable Pro tier via environment variable (alternative to license key)",
          "format": "string",
          "name": "PROMPT_OPTIMIZER_PRO"
        },
        {
          "description": "Log verbosity level: debug, info, warn, error",
          "format": "string",
          "name": "PROMPT_OPTIMIZER_LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...