memoweft for Grok
io.github.memoweft/memoweft
Portable AI memory as MCP tools: five reads and three controlled writes.
client:Grok
transport:stdio
runtime:npm
Install memoweft in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"memoweft": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@memoweft/mcp-server"
],
"env": {
"MEMOWEFT_DB_PATH": "<MEMOWEFT_DB_PATH>"
}
}
}
}
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