spec driven development for Grok
io.github.formulahendry/spec-driven-development
MCP Server that facilitates spec-driven development workflows, not just Vibe Coding.
client:Grok
transport:stdio
runtime:npm
Install spec driven development in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"spec-driven-development": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-spec-driven-development"
]
}
}
}
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