TyKolt/kremis
by Various
A minimal graph engine for grounded AI — records, associates, and retrieves, but never invents. Written in Rust.
MCP
TyKolt/kremis
Added 1 June 2026
Overview
TyKolt/kremis is a minimal graph engine written in Rust. It records and associates data, then retrieves it without generating new content. The tool prioritizes grounded, deterministic outputs over invention.
Best for
Best for
Developers needing a simple, deterministic graph store for grounded AI applications.
Use cases
- Storing and associating structured records as a graph
- Retrieving factual information without hallucination
- Building lightweight reasoning systems that require factuality
Notes
TyKolt/kremis is a minimal graph engine written in Rust. It records and associates data, then retrieves it without generating new content. The tool prioritizes grounded, deterministic outputs over invention.
12 stars on GitHub. Last updated 2026-05-25. Licensed Apache-2.0.
Use cases
- Storing and associating structured records as a graph
- Retrieving factual information without hallucination
- Building lightweight reasoning systems that require factuality
Pros
- Very small footprint due to minimal design
- Fast performance from Rust implementation
- Deterministic retrieval with no invented output
Cons
- Small community and limited documentation (12 stars on GitHub)
- No support for generation or inference
- Requires Rust knowledge for integration
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Very small footprint due to minimal design
- Fast performance from Rust implementation
- Deterministic retrieval with no invented output
Cons
- Small community and limited documentation (12 stars on GitHub)
- No support for generation or inference
- Requires Rust knowledge for integration
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
topoteretes/cognee
Various
Memory platform for AI Agents in 6 lines of code
mindsdb/mindsdb
Various
Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and de