SpecPilot for Grok
dev.specpilot/specpilot
Generate and validate a .specs/ bundle for your repo, then hand it to your AI coding agent
client:Grok
transport:streamable-http
tools:2
Install SpecPilot in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"specpilot": {
"type": "http",
"url": "https://init.specpilot.dev/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