mempal 0.6.1

Project memory for coding agents. Single binary, hybrid search, knowledge graph.
Documentation
1
2
3
4
5
6
#![warn(clippy::all)]

mod server;
mod tools;

pub use server::MempalMcpServer;