ai context for Grok
com.vibgrate/ai-context
Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.
client:Grok
transport:stdio
runtime:npm
Install ai context in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ai-context": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vibgrate/cli"
]
}
}
}
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