evolveguard for Grok
io.github.rudrendupaul/evolveguard
Wraps the evolveguard CLI as a single generic MCP tool for agent-skill file safety checks.
client:Grok
transport:stdio
runtime:pypi
Install evolveguard in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"evolveguard": {
"type": "stdio",
"command": "uvx",
"args": [
"evolveguard-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