spec score mcp for Grok
io.github.openpoem/spec-score-mcp
Score your specs before feeding them to an LLM. MCP server with radar chart visualization.
client:Grok
transport:stdio
runtime:npm
Install spec score mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"spec-score-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spec-score-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs