AVCS for Grok
io.github.izagood/avcs
AI-native version control where intent, operation, evidence and decision are first-class objects.
client:Grok
transport:stdio
runtime:npm
Install AVCS in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"avcs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@izagood/avcs"
],
"env": {
"AVCS_REPO": "<AVCS_REPO>"
}
}
}
}
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