openfuse mcp for Grok
io.github.openfused/openfuse-mcp
Encrypted mail, shared memory, and persistent context for AI agents.
client:Grok
transport:stdio
runtime:npm
Install openfuse mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"openfuse-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"openfused"
]
}
}
}
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