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