Transport parity without drift
The stdio MCP server and HTTP/SSE daemon now route through the same core dispatch surface. Release prep includes parity coverage so transport bugs fail before they ship.
Rust MCP kernel for shared agent memory
rmcp-memex combines RAG, hybrid vector plus BM25 search, namespace isolation, and HTTP/SSE transport so multiple agents can use the same memory pool without fighting over LanceDB locks.
curl -LsSf https://raw.githubusercontent.com/VetCoders/rmcp-memex/main/install.sh | sh
The stdio MCP server and HTTP/SSE daemon now route through the same core dispatch surface. Release prep includes parity coverage so transport bugs fail before they ship.
Use stdio for local MCP hosts or switch to HTTP/SSE when several agents
need one shared memory backend. The daemon mode removes the lock-contention
pain of direct LanceDB access, and HTTP clients can bootstrap from one
canonical /api/discovery surface.
GitHub Releases ship platform tarballs, SHA256 checksums, and a one-line
installer that keeps the canonical rmcp-memex binary front and
center while preserving a legacy rmcp_memex symlink for older
automation.
Install and run
curl -LsSf https://raw.githubusercontent.com/VetCoders/rmcp-memex/main/install.sh | sh
rmcp-memex serve
rmcp-memex serve --http-port 6660 --http-only
Product overview, library usage, and MCP tool surface.
ConfigurationEmbedding providers, storage paths, and deployment-friendly defaults.
HTTP/SSEStart with /api/discovery, then drill into browse, search, and write routes.
Preflight checks, tagging, artifact verification, and launch follow-through.
Release contract