What is the Telys — on-device memory MCP server?
Private on-device memory & retrieval for AI assistants — offline vector + lexical search.
How to install Telys — on-device memory
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"telys": {
"command": "uvx",
"args": [
"telys",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"telys": {
"command": "uvx",
"args": [
"telys",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"telys": {
"command": "uvx",
"args": [
"telys",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"telys": {
"type": "stdio",
"command": "uvx",
"args": [
"telys",
"mcp"
]
}
}
}Claude Code
claude mcp add telys -- uvx telys mcpRelated MCP servers
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
View repository →