mcp for Grok
io.github.uuaid/mcp
Permanent identity + encrypted, quantum-ready memory that outlives the session, for any AI agent.
client:Grok
transport:stdio
runtime:npm
Install mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@uuaid/mcp"
],
"env": {
"UUAID_API_KEY": "<UUAID_API_KEY>",
"UUAID_VAULT_KEY": "<UUAID_VAULT_KEY>",
"UUAID_AGENT": "<UUAID_AGENT>",
"UUAID_BASE_URL": "<UUAID_BASE_URL>"
}
}
}
}
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