Telys — on-device memory for Grok
io.github.thyn-ai/telys
Private on-device memory & retrieval for AI assistants — offline vector + lexical search.
client:Grok
transport:stdio
runtime:pypi
Install Telys — on-device memory in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"telys": {
"type": "stdio",
"command": "uvx",
"args": [
"telys"
]
}
}
}
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