Clay Seal for Grok
io.github.clayseal/clayseal
Authorizes MCP tool calls against a session policy, not one call at a time.
client:Grok
transport:stdio
runtime:pypi
Install Clay Seal in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clayseal": {
"type": "stdio",
"command": "uvx",
"args": [
"clayseal"
]
}
}
}
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