A package for Pensieve (previously known as memos)
A package for Pensieve (previously known as memos). The memos mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.
Pensieve is a privacy-focused passive recording project. It can automatically record screen content, build intelligent indices, and provide a convenient web interface to retrieve historical records.
Everything the assistant can do here goes through one of these:
postgres — mysecretpassword: Database username and passwordlocalhost — 5432: PostgreSQL server address and portbuiltin_ocr — builtin_vlmidle_timeout — How long (in seconds) the system should wait without activity before entering idle stateidle_process_interval — The time window during which skipped files can be processedConfiguration — The idle processing behavior can be customized in ~/.memos/config.yaml:Installation goes through your MCP client rather than a global install: point it at memos on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Plenty of database access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Memos's toolset — postgres, localhost, builtin_ocr and 3 more — is a fair guide to whether it matches your workflow. It is maintained by arkohut; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| postgres | mysecretpassword: Database username and password |
| localhost | 5432: PostgreSQL server address and port |
| builtin_ocr | builtin_vlm |
| idle_timeout | How long (in seconds) the system should wait without activity before entering idle state |
| idle_process_interval | The time window during which skipped files can be processed |
| Configuration | The idle processing behavior can be customized in ~/.memos/config.yaml: |
{
"mcpServers": {
"memos-1": {
"command": "uvx",
"args": ["memos"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.