kyma-local 0.0.1

Local-engine library behind the kyma CLI's mcp/serve/setup/sync commands — embedded SQLite catalog + local-filesystem store + stdio/HTTP MCP, zero infra.
docs.rs failed to build kyma-local-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Local-engine library backing the kyma CLI's mcp / serve / setup / sync commands — the single-binary context engine for local machines.

Zero infra: an embedded SQLite catalog + a local-filesystem object store + the in-process columnar engine. The kyma CLI exposes:

  • kyma mcp — serve the Model Context Protocol over stdio (what a coding agent spawns): durable graph-aware memory and live data/graph.
  • kyma serve — serve the same web interface + HTTP API the hosted server runs (query/KQL/SQL, catalog, graph, ingest, MCP over HTTP) on a local port, zero-auth.
  • kyma setup <agent> — wire a coding agent to kyma mcp in one command.
  • kyma sync — sync memory bidirectionally with a control plane.

Data lives under ~/.kyma (override with KYMA_HOME / KYMA_LOCAL_DB / KYMA_LOCAL_DATA): catalog.db (metadata + memory graph) and data/ (columnar extents). For mcp, stdout is the protocol channel — logs go to stderr.