recordant for Grok
io.github.recordant/recordant
Patent-pending diagnostic + decisions-ledger engine with operator briefs and an MCP console.
client:Grok
transport:stdio
runtime:pypi
Install recordant in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"recordant": {
"type": "stdio",
"command": "uvx",
"args": [
"recordant"
],
"env": {
"RECORDANT_LICENSE_KEY": "<RECORDANT_LICENSE_KEY>"
}
}
}
}
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