Skip to main content
Kremis provides an MCP (Model Context Protocol) server that enables AI assistants like Claude to interact with the knowledge graph directly.
The MCP server (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 3.0 | Transport: stdio (JSON-RPC) | Status: Beta

Architecture

Logging is only to stderr. stdout is reserved for the MCP stdio transport protocol.
Last modified on August 3, 2026