Skip to main content

Crate mcp_memory

Crate mcp_memory 

Source

Modules§

actions
code
Tree-sitter code-symbol indexing.
code_registry
Per-project registry of code-index database handles.
config
errors
http
MCP Streamable HTTP transport (the 2025-03-26 transport that superseded the older HTTP+SSE pair).
ivf
A self-contained IVF-Flat (inverted-file, flat-storage) approximate nearest-neighbour index.
kg
protocol
server
tls
Server-side TLS (HTTPS) for the Streamable HTTP transport.
tools
types
vector_actions
vector_store
watcher
Background file watcher for automatic re-indexing of code-symbol entities.

Structs§

Args

Enums§

Transport
Wire transport the server listens on. The JSON-RPC/MCP semantics are identical across all three — only the framing differs.
VecIndex
ANN index backend selectable from the CLI.
VecMetric
Distance metric for the vector index.
VecQuant
Scalar representation stored in the index (lower precision = less memory).