Skip to content
Cursor

Telys — on-device memory for Cursor

io.github.thyn-ai/telys

Private on-device memory & retrieval for AI assistants — offline vector + lexical search.

client:Cursor transport:stdio runtime:pypi

Install Telys — on-device memory in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "telys": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "telys"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Telys — on-device memory in other clients