Developer Tools
Trust: 39/100 (Limited)io.github.openpoem/spec-score-mcp Guide
Score your specs before feeding them to an LLM. MCP server with radar chart visualization.
2 starsby openpoem
Quick Start
Install
npx spec-score-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-openpoem-spec-score-mcp": {
"command": "npx",
"args": [
"spec-score-mcp"
]
}
}
}