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
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connect AI assistants to Kremis via the Model Context Protocol.
Claude/GPT <── MCP (stdio) ──> kremis-mcp <── HTTP ──> kremis server
apps/kremis-mcp) is a pure HTTP proxy — it does not embed kremis-core. It translates MCP tool calls into REST API requests.
| Module | Responsibility |
|---|---|
main.rs | Entry point: env vars, tracing to stderr, stdio transport |
server.rs | KremisMcp + ServerHandler + all MCP tools via rmcp |
client.rs | KremisClient: HTTP wrapper (reqwest) to Kremis API |
Was this page helpful?