kremis
活跃·★ 12·Apache-2.0·更新于 2026-05-25
★ 时下流行★ 数据处理★ 开发者工具
一个确定性的知识图谱MCP服务器,本地、单二进制、无LLM参与。
Kremis是一个用Rust编写的确定性知识图谱MCP服务器。它提供本地、单二进制解决方案,用于记录、关联和检索知识,无需依赖LLM。系统通过ACID事务和BLAKE3哈希确保确定性、可检查性和基础性。
#人工智能#AI 智能体#anti-hallucination#命令行工具#deterministic#embedded-database#explainable-ai#graph-database
01
功能特性
01确定性图引擎
02CLI + HTTP API + MCP桥接
03用于完整性验证的BLAKE3哈希
04规范导出(KREX)
05零内置知识
02
兼容性
Linux
Linux
已通过文档验证
macOS
macOS
已通过文档验证
Windows
Windows
已通过文档验证
03
快速开始
1
$ git clone https://github.com/TyKolt/kremis.git
2
$ cd kremis
3
$ cargo build --release
04
使用场景
↳通过MCP的AI代理记忆
↳LLM事实核查
↳出处和审计追踪
05
同类工具
相关搜索
评论
登录后发表评论
- HHarper White2026年5月21日
Minimal graph engine for grounded AI that records, associates, and retrieves.
- DDakota Martinez2026年5月16日
Good for AI systems that need knowledge grounding without heavy graph infrastructure.
- RRiver Patel2026年5月10日
Minimal design means it's auditable — you can understand what it knows and why.
- JJamie Thompson2026年4月9日
Grounded AI approach reduces hallucination by keeping claims tied to recorded facts.