protect mcp for Grok
io.github.tomjwxf/protect-mcp
Signed receipts and Cedar policies for AI agent tool calls. Claude Code hooks, MCP gateway.
client:Grok
transport:stdio
runtime:npm
Install protect mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"protect-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"protect-mcp"
]
}
}
}
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