memwright for Cline
io.github.bolnet/memwright
Embedded memory for AI agents with SQLite, pgvector, and Neo4j graph search.
client:Cline
transport:stdio
runtime:pypi
Install memwright 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": {
"memwright": {
"command": "uvx",
"args": [
"memwright"
],
"env": {
"PG_CONNECTION_STRING": "<PG_CONNECTION_STRING>",
"NEO4J_PASSWORD": "<NEO4J_PASSWORD>",
"OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs