Spec Review
Freeby MCP Community
LLM-powered spec compliance review MCP server for dici-spec projects.
v0.1.7Added Apr 12, 2026
mcpspec-reviewllmdici-spec
Spec Review MCP Server
LLM-powered spec compliance review MCP server for dici-spec projects.
Installation
npx -y @dici1435/spec-review-mcp
Reviews
Installation
Quick install
npx -y @dici1435/spec-review-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"spec-review": {
"command": "npx",
"args": ["-y", "@dici1435/spec-review-mcp"]
}
}
}