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.
- profile
- Typed runtime profile manifest. This is the sole source of truth for profile names, bounded allowlists, and transport effect capabilities.
- server
- MCP server handler using rmcp’s #tool_router macro.