Crate codex_memory

Crate codex_memory 

Source
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;

Modules§

chunking
config
database
error
mcp_server
Minimal MCP server implementation
models
storage