← Back to Plugins
MCP Server MCP

io.github.samouh-waleed/prompyai

github By github 👁 1 views ▲ 0 votes

Scores your prompts against your real codebase — context-aware prompt intelligence

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "prompyai-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Anthropic API key for AI-powered suggestions (optional — free heuristic scoring works without it)",
          "format": "string",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...