Kremis provides an MCP (Model Context Protocol) server that enables AI assistants like Claude to interact with the knowledge graph directly.Documentation Index
Fetch the complete documentation index at: https://kremis.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
apps/kremis-mcp) is a pure HTTP proxy — it does not embed kremis-core. It translates MCP tool calls into REST API requests.
Protocol: rmcp 0.15 | Transport: stdio (JSON-RPC) | Status: Beta
Architecture
| Module | Responsibility |
|---|---|
main.rs | Entry point: env vars, tracing to stderr, stdio transport |
server.rs | KremisMcp + ServerHandler + 9 MCP tools via rmcp |
client.rs | KremisClient: HTTP wrapper (reqwest) to Kremis API |