Telys — on-device memory for VS Code
io.github.thyn-ai/telys
Private on-device memory & retrieval for AI assistants — offline vector + lexical search.
client:VS Code
transport:stdio
runtime:pypi
Install Telys — on-device memory in VS Code
.vscode/mcp.json
{
"servers": {
"telys": {
"type": "stdio",
"command": "uvx",
"args": [
"telys"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs