vaspera pm for Grok
io.github.rcolkitt/vaspera-pm
Verify docs against code, detect drift, and generate verified specs (MCP server).
client:Grok
transport:stdio
runtime:npm
Install vaspera pm in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vaspera-pm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vaspera-pm"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"VASPERA_API_KEY": "<VASPERA_API_KEY>"
}
}
}
}
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