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.