loading…
Search for a command to run...
loading…
Score your specs before feeding them to an LLM. A balanced spec produces balanced code. The LLM reads your spec and scores it on 4 axes: completeness, clarity,
Score your specs before feeding them to an LLM. A balanced spec produces balanced code. The LLM reads your spec and scores it on 4 axes: completeness, clarity, constraints, and specificity. The tool calculates a balance score, verdict, and generates radar chart visualizations. 3 tools: `spec_score`, `spec_visualize`, `spec_compare` Install: `npx spec-score-mcp`
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"spec-score-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"openpoem/spec-score-mcp"
]
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.