MCP Server
MCP
io.github.samouh-waleed/prompyai
Scores your prompts against your real codebase — context-aware prompt intelligence
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
By
Comments
Sign in to leave a comment