tether for Cline
io.github.sidyellur/tether
Local-first agent memory over SQLite: remember, recall, link, forget. Degrades, never fails.
client:Cline
transport:stdio
runtime:pypi
Install tether in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"tether": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs