Skip to main content

Crate semantic_memory_mcp

Crate semantic_memory_mcp 

Source
Expand description

semantic-memory-mcp — MCP server for semantic-memory.

Library target for integration tests. The main binary entry point is in main.rs; this module re-exports the public modules so integration tests can access bridge and http_server.

Modules§

bridge
Bridge between the MCP server and semantic-memory MemoryStore.
http_server
HTTP search server for semantic-memory-mcp.
server
MCP server handler using rmcp’s #tool_router macro.