forked from Intina47/context-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
stephen edited this page Feb 17, 2026
·
7 revisions
Claustrum is a team-scalable Memory Core system for MCP clients.
Components:
-
memory-core: REST API + Postgres data layer -
mcp-adapter: stdio MCP adapter that calls memory-core -
admin-ui: operations dashboard
Core principles:
- MCP safety:
stdoutJSON-RPC only, logs onstderr - Default recall: curated
memoriesonly - Optional raw search: snippet-only with audit logs
- Installation
- Operations
- Security and MCP I/O
- Notion Integration
- Atlassian Integration
- Linear Integration
- Slack Audit Integration
- Release Notes
- Installation (Korean)
GET /healthzPOST /v1/resolve-projectGET/POST /v1/workspacesGET/POST /v1/projectsGET/POST /v1/memoriesGET/PUT /v1/workspace-settingsGET/PUT /v1/integrationsGET/POST/PATCH /v1/project-mappingsGET/POST /v1/usersGET/POST /v1/project-membersGET/POST /v1/importsPOST /v1/imports/:id/parsePOST /v1/imports/:id/extractGET /v1/imports/:id/stagedPOST /v1/imports/:id/commitGET /v1/raw/searchGET /v1/raw/messages/:idGET /v1/audit-logsPOST /v1/raw-eventsGET /v1/raw-eventsPOST /v1/git-eventsPOST /v1/ci-eventsGET /v1/jira/searchGET /v1/jira/readGET /v1/confluence/searchGET /v1/confluence/readGET /v1/linear/searchGET /v1/linear/read
Raw git events can be converted into decision memories automatically.
- Input:
raw_events(post_commit,post_merge, optionalpost_checkout) - Output defaults:
source=autostatus=draft-
confidence(rule-based) -
evidence(raw_event_ids,commit_sha, changed files)
auto_confirm is optional and controlled by workspace policy.
memories.status supports:
draftconfirmedrejected
Admin UI can filter by status/source/confidence and move draft decisions to confirmed/rejected.
GET /v1/memories supports mode=keyword|semantic|hybrid.
-
keyword: PostgreSQL FTS (content_tsv,ts_rank_cd) -
semantic: pgvector cosine similarity (embedding) -
hybrid(default): weighted score merge-
alpha(vector weight) -
beta(FTS weight)
-
Workspace settings configure defaults:
search_default_modesearch_hybrid_alphasearch_hybrid_betasearch_default_limit