claude-memory-mcp/src/claude_memory
Viktor Barzin 94330755d8 feat: add streamable-http MCP transport alongside SSE
SSE transport has reliability issues through Cloudflare/Traefik proxies
(connections drop, causing init failures on reconnect). Streamable HTTP
is stateless — each request carries its own session, avoiding persistent
connection issues.

New endpoint: POST/GET/DELETE /mcp/mcp (streamable-http)
Existing: GET /mcp/sse + POST /mcp/messages/ (SSE, unchanged)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 10:55:21 +00:00
..
api feat: add streamable-http MCP transport alongside SSE 2026-04-08 10:55:21 +00:00
ui/static fix fullscreen button: use x-show instead of x-if templates 2026-03-23 00:42:10 +02:00
__init__.py feat: standalone claude-memory-mcp with multi-user support and Vault integration 2026-03-14 09:42:05 +00:00
__main__.py feat: standalone claude-memory-mcp with multi-user support and Vault integration 2026-03-14 09:42:05 +00:00
credential_detector.py feat: standalone claude-memory-mcp with multi-user support and Vault integration 2026-03-14 09:42:05 +00:00
crypto.py feat: standalone claude-memory-mcp with multi-user support and Vault integration 2026-03-14 09:42:05 +00:00
mcp_server.py add sharing tools to stdio MCP server for API-connected clients 2026-03-22 15:36:15 +02:00
sync.py resilient memory sync: decouple push/pull, startup full resync, auth failure handling 2026-03-16 18:37:59 +00:00
vault_client.py fix mypy across all source files, remove || true from CI 2026-03-15 23:36:34 +00:00