Knos for Grok
io.github.drexthealpha/knos
One local memory every coding agent on this machine shares, with claims so they don't collide.
client:Grok
transport:stdio
runtime:pypi
Install Knos in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"knos": {
"type": "stdio",
"command": "uvx",
"args": [
"knos"
]
}
}
}
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