Show HN: An MCP server for a knowledge graph that doesn't call any LLM
Category: infrastructure
Tags: knowledge-graph, mcp, rust, deterministic, ai-memory, fact-checking
Score: 7.5/10 (Innovation: 6, Technical: 8, Documentation: 9, Utility: 7)
Kremis is a deterministic knowledge graph MCP server in Rust that records, associates, and retrieves facts without any LLM or probabilistic components, ensuring verifiable and grounded responses. Its unique value lies in providing a provably honest memory layer for AI agents and compliance workflows, with ACID transactions, cryptographic hash integrity, and a canonical export format. This project is interesting because it solves the LLM hallucination problem by design, not by more prompting.
Target audience: backend devs, data engineers, AI engineers
Repository: https://github.com/TyKolt/kremis · Rust · Apache-2.0 · 10 stars
View on Hacker News