OMEM for Cline
io.github.troybrandonc-bit/omem
Memory for AI agents that tracks beliefs over time and surfaces contradictions
client:Cline
transport:stdio
runtime:pypi
Install OMEM 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": {
"omem": {
"command": "uvx",
"args": [
"omem-infrastructure"
],
"env": {
"OMEM_API_KEY": "<OMEM_API_KEY>",
"OMEM_PROJECT": "<OMEM_PROJECT>",
"OMEM_BASE_URL": "<OMEM_BASE_URL>",
"OMEM_AGENT": "<OMEM_AGENT>",
"OMEM_USER": "<OMEM_USER>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs