SpikeMe for Grok
io.github.isaacviannadev/spikeme
Analyze your repo's stack and generate grounded, time-boxed spike decision docs.
client:Grok
transport:stdio
runtime:npm
Install SpikeMe in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"spikeme": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spikeme-mcp"
],
"env": {
"SPIKEME_TOKEN": "<SPIKEME_TOKEN>"
}
}
}
}
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