clude for Grok
io.github.sebbsssss/clude
Portable agent memory anchored on Solana. Local SQLite + vector recall, open export.
client:Grok
transport:stdio
runtime:npm
Install clude in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clude": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clude/sdk"
],
"env": {
"CORTEX_API_KEY": "<CORTEX_API_KEY>",
"CORTEX_HOST_URL": "<CORTEX_HOST_URL>",
"CLUDE_WALLET": "<CLUDE_WALLET>",
"CLUDE_AGENT_NAME": "<CLUDE_AGENT_NAME>"
}
}
}
}
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