potluck
Privacy-first personal knowledge database for your AI that ingests data exports (Google Takeout first) and exposes them via MCP tools like search and list items. Runs locally with no cloud or telemetry.
README
Potluck
Privacy-first personal knowledge database for your AI — local-first, MCP-native.
Potluck ingests your data exports (Google Takeout first: Keep + Gmail; more sources each phase), stores everything in one local SQLite database, and exposes it three ways — a web app, a CLI, and MCP for AI assistants. No cloud, no telemetry: nothing leaves your machine.
Status — v1 rewrite in progress
| Phase | Shippable increment | Status |
|---|---|---|
| P0 Reset & Walking Skeleton | potluck serve zero-config: SPA shell; CLI/API/MCP answer stats from one service layer; bench rig + CI |
✅ v1.0.0-alpha.1 |
| P1 Storage Core & First Ingest | Google Keep from a Takeout archive (zip/tgz/dir); FTS search via CLI + MCP | ✅ v1.0.0-alpha.2 |
| P2 Gmail at Scale & Search v1 | Multi-GB mbox ingested incrementally; filtered/snippeted search | — |
| P3 MVP Interfaces | Real search/item/imports UI, MCP toolset v1 — beta.1 = MVP | — |
| P4 Source Expansion & Automation | Remaining planned sources, watch-folder, scheduled GDrive pull | — |
| P5 Semantic Search | Unified embedding space, HNSW index, hybrid RRF | — |
| P6 Vision & Media Enrichment | OCR, image embeddings, faces, media gallery | — |
| P7 Linkers, People & Timeline | Related-items everywhere, people review, timeline | — |
| P8 Hardening & 1.0 | Docs, backup/restore, doctor, perf sweep | — |
Full plan, architecture, and locked decisions: pinned
issue #98. v0 is archived at
archive/v0.
Quickstart
Requires uv (Python is fetched automatically).
Run straight from GitHub — CLI, API, and MCP work; the web UI needs a built SPA, which this form does not include:
uvx --from git+https://github.com/DoubleGremlin181/potluck potluck serve
Release wheels ship with the web app embedded:
uvx --from https://github.com/DoubleGremlin181/potluck/releases/download/v1.0.0-alpha.1/potluck-1.0.0a1-py3-none-any.whl potluck serve
Or Docker (data persists in the potluck-data volume):
docker run -p 127.0.0.1:8765:8765 -v potluck-data:/data ghcr.io/doublegremlin181/potluck:1.0.0-alpha.1
Then open http://127.0.0.1:8765.
[!WARNING] Potluck is localhost-only by design — there is no authentication in v1. Do not expose it to other machines or the internet.
MCP for AI assistants
stdio (Claude Desktop, Claude Code, …):
{
"mcpServers": {
"potluck": {
"command": "uvx",
"args": ["--from", "git+https://github.com/DoubleGremlin181/potluck", "potluck", "mcp"]
}
}
}
Streamable HTTP instead: potluck mcp --http (default 127.0.0.1:8766).
Toolset: search (keyword search with ranked, snippeted hits), list_items
(browse/filter without a query), get_item (full content by id), get_stats
(database overview). Richer MCP surface lands with P3.
CLI
potluck import PATH ingest an export (Google Takeout zip/tgz/dir; auto-detected)
potluck search Q full-text search (--kind, --limit, --json)
potluck list browse items without a query (--kind, --source, --since, --sort, --json)
potluck show ID full item content + metadata
potluck status database overview + per-import stats
potluck serve web app + API on one port (opens your browser)
potluck mcp MCP server (stdio; --http for streamable HTTP)
potluck bench run benchmark harness (smoke/full tiers)
potluck dev source-plugin scaffolding (new-source / check-source)
Configuration is optional: defaults work out of the box. Override via POTLUCK_* env vars
or ~/.config/potluck/config.toml (env > toml > defaults); the database lives at
~/.local/share/potluck/potluck.db by default.
Development
git clone https://github.com/DoubleGremlin181/potluck && cd potluck
uv sync && uv run pre-commit install
(cd web && npm ci && npm run build)
uv run potluck serve
Tests: uv run pytest (unit tier), -m browser for the Playwright smoke. Conventions live
in CLAUDE.md; test patterns in tests/README.md.
License
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。