specmate for Grok
io.github.alele496/bsv-specmate
BSV coding knowledge engine for AI agents — pre-compile traps and post-compile diagnosis.
client:Grok
transport:stdio
runtime:npm
Install specmate in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"bsv-specmate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bsv-specmate"
]
}
}
}
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