Expand description
Codex Memory - Minimal memory storage service
A simple storage service for text content with metadata and tagging. Provides reliable MCP interface for Claude Desktop integration.
Re-exports§
pub use chunking::ContentChunk;
pub use chunking::FileChunker;
pub use config::Config;
pub use database::create_pool;
pub use database::run_migrations;
pub use database::DatabaseSetup;
pub use error::Error;
pub use error::Result;
pub use mcp_server::MCPServer;
pub use models::Memory;
pub use models::StorageStats;
pub use storage::Storage;
pub use storage::StorageInterface;