Skip to content
Cursor

tether for Cursor

io.github.sidyellur/tether

Local-first agent memory over SQLite: remember, recall, link, forget. Degrades, never fails.

client:Cursor transport:stdio runtime:pypi

Install tether in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tether": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tether-memory"
      ],
      "env": {
        "TETHER_DB": "<TETHER_DB>",
        "TETHER_SEMANTIC": "<TETHER_SEMANTIC>",
        "TETHER_SYNC_URL": "<TETHER_SYNC_URL>",
        "TETHER_SYNC_TOKEN": "<TETHER_SYNC_TOKEN>"
      }
    }
  }
}

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

tether in other clients