spec score mcp for Gemini CLI
io.github.openpoem/spec-score-mcp
Score your specs before feeding them to an LLM. MCP server with radar chart visualization.
client:Gemini CLI
transport:stdio
runtime:npm
Install spec score mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"spec-score-mcp": {
"command": "npx",
"args": [
"-y",
"spec-score-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs