Commit graph

5 commits

Author SHA1 Message Date
43a8dbb36f MCP server: add Streamable-HTTP transport (--http)
The transport every web UI (Open WebUI, LibreChat, AnythingLLM, Jan, LobeChat)
consumes natively — so the brain plugs into browser UIs, not just stdio clients.
Atlas Corporation proprietary.
2026-07-01 22:20:55 +02:00
ebdaafa52d Add MCP server — expose brain (recall/remember/ingest/stats) to any MCP host
Makes SecondBrain a first-class connector for Claude Desktop, Open WebUI,
LibreChat, Cursor, and any MCP-speaking client. Optional requirements-mcp.txt.
Atlas Corporation proprietary.
2026-07-01 22:13:50 +02:00
eb5b67dee2 Add connectors + setup wizard (files / IMAP email / Nextcloud-WebDAV) + encrypted vault
Product layer on top of the pure engine: a wizard to connect the apps that feed
the brain, an encrypted credential vault (Fernet/PBKDF2; app logins never enter
brain.db), and 3 working connectors. Connector data flows through the same
credential-scrub path as the engine. Atlas Corporation proprietary.
2026-07-01 21:50:20 +02:00
fb0ba76fd0 Relicense + brand: Atlas Corporation proprietary (All Rights Reserved)
Replace MIT with the Atlas Corporation Proprietary License; add NOTICE and a
per-file copyright header; brand README + docstring. Atlas lock applied.
2026-07-01 21:34:59 +02:00
84afdc1f56 SecondBrain v0.1 — local-first, privacy-scrubbing RAG memory
Generalized + redeployable: config via env, local Ollama embeddings, single
portable sqlite-vec db, hybrid dense+FTS5 recall, mandatory credential scrub.
2026-07-01 21:25:02 +02:00