Expand description
AgenticMemory MCP Server — universal LLM access to persistent graph memory.
This library implements an MCP (Model Context Protocol) server that exposes AgenticMemory functionality to any MCP-compatible LLM client.
Re-exports§
pub use config::ServerConfig;pub use protocol::ProtocolHandler;pub use session::SessionManager;pub use transport::StdioTransport;
Modules§
- config
- Configuration loading and resolution.
- prompts
- MCP prompt templates for common memory operations.
- protocol
- MCP protocol layer — message handling, validation, and capability negotiation.
- resources
- MCP resource implementations — read-only views of the memory graph.
- session
- Session management: graph lifecycle, transactions, and auto-save.
- streaming
- Streaming support — progress tracking and chunked responses.
- tools
- MCP tool implementations — the primary way LLMs interact with memory.
- transport
- Transport layer — I/O for stdio and SSE.
- types
- All MCP data types used by the server.