kimetsu-remote
v1.5.1
Published
Kimetsu Remote (beta) — server-hosted Kimetsu brain over HTTP MCP. Installs the prebuilt native server binary for your platform. Separate from the `kimetsu-ai` CLI.
Downloads
495
Readme
kimetsu-remote (beta)
Server-hosted Kimetsu brain over HTTP MCP — one brain per repository, shared
from a server. This is a separate package from the kimetsu-ai CLI: the
remote server is intentionally not installed with kimetsu.
npm install -g kimetsu-remote
kimetsu-remote serve --addr 0.0.0.0:8787 --data /srv/kimetsu-brains --token <secret>Prebuilt binaries (built with --features embeddings,tls) are published for
Linux x64, macOS Apple Silicon, and Windows x64. Elsewhere, install from source:
cargo install kimetsu-remote --features embeddingsBeta. Under active testing; expect rough edges or breaking changes before the stable release. Put a TLS proxy in front (or use
--tls-cert/--tls-key), and see the main README for the full deploy + client-wiring guide (kimetsu plugin install --remote).
Licensed under MIT OR Apache-2.0.
