Skip to main content

firekeep-client

The portable client kit for Firekeep — a self-hosted control plane for AI coding agents: persistent team memory, session continuity, environment awareness, agent coordination, and replayable decision traces. Every capability is an MCP tool behind one local firekeep gateway; shipped adapters configure Claude Code, Codex, Kiro, and OpenCode, and any MCP-capable client can connect.

mcp-name: io.github.kapella-hub/firekeep

What this package is

The client half of Firekeep: the stdio MCP gateway (firekeep gateway) that aggregates your team server's services (memory, sessions, environment, coordination) plus the Decision Board and whichever dexes — the domain indexes the Keep understands — you have registered, the lifecycle hook cores, the runtime adapters, and the firekeep CLI (install, join, doctor, update, dex, docdex).

Two dexes ship today: firekeep-symdex (code intelligence) and firekeep-docdex (folders of documents indexed into the Keep's corpus). The managed installer always installs both wheels; firekeep dex list|add|remove decides which of them actually run. Existing installs keep symdex across an update; a fresh install opts in with firekeep dex add symdex.

Firekeep is self-hosted — this package needs a server to talk to. Each team runs its own server on any Docker host, with per-key authentication. There is no hosted endpoint. Server install: firekeep.ai/docs.html.

Install

The recommended path is the managed installer, which pins a private environment under ~/.firekeep, verifies Ed25519-signed releases, renders every runtime adapter, and keeps itself updated:

curl -fsSL https://firekeep.ai/latest/install | sh    # macOS / Linux
irm https://firekeep.ai/latest/install.ps1 | iex         # Windows

It asks two things: the agent identity your memories, sessions and replay events are attributed to, and where your server is — set one up on this machine (Docker), redeem a join code, point at one that is already running, or decide later. The full guide is firekeep.ai/docs.html.

Installing from PyPI works too and gives you the same CLI and gateway:

pip install firekeep-client            # gateway + CLI + hooks + adapters
pip install "firekeep-client[symdex]"  # + the symdex code-intelligence dex
pip install firekeep-docdex            # + the docdex documents dex
firekeep join fk_join_...              # single-use code from your team's dashboard
firekeep install                       # render adapters for your agent clients
firekeep dex list                      # which dexes are registered on this machine

A pip install does not bundle the dex wheels, so install the ones you want before registering them — firekeep dex add <name> refuses to register a dex whose wheel it cannot import, rather than leaving you with a backend that fails to start.

Note the trade-off: a pip install lives in whatever environment you put it in and updates when you update it; the managed installer owns its environment, verifies release signatures against a pinned key, and swaps versions without closing agent sessions.

Connect an MCP client manually

Any MCP client can launch the gateway over stdio once firekeep join has written the connection:

{
  "mcpServers": {
    "firekeep": { "command": "firekeep", "args": ["gateway"] }
  }
}

Links

License

BUSL-1.1 (source-available). Free for individual use — production use by one natural person in one workspace. Teams of more than one person run on a paid commercial subscription (sales@firekeep.ai). Each version converts to Apache-2.0 four years after its first public release.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

firekeep_client-1.0.0.tar.gz (579.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

firekeep_client-1.0.0-py3-none-any.whl (407.6 kB view details)

Uploaded Python 3

File details

Details for the file firekeep_client-1.0.0.tar.gz.

File metadata

  • Download URL: firekeep_client-1.0.0.tar.gz
  • Upload date:
  • Size: 579.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for firekeep_client-1.0.0.tar.gz
Algorithm Hash digest
SHA256 46c29874001e8e4e8a8039167967d56c8421a43c57cfa9ceb9373cd97b549c27
MD5 4377db884e12e08c47104bf4babd2da8
BLAKE2b-256 d5d4724b334032640462b0fcfe99276e1e51b94cfc3610496cea4de4ccb5e0e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for firekeep_client-1.0.0.tar.gz:

Publisher: release.yml on kapella-hub/FirekeepHQ

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file firekeep_client-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: firekeep_client-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 407.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for firekeep_client-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ee1739f2cfee43d95aa79b17f0c2523bf17a0437957d8d03b5e8b2446f21b44e
MD5 475a04d6fad39f7a1fe7070848845eb0
BLAKE2b-256 2e2989d8d174d3ecf96238f45d534d7ad1db7f52b9cdeb3a9ce6bf0010a7c742

See more details on using hashes here.

Provenance

The following attestation bundles were made for firekeep_client-1.0.0-py3-none-any.whl:

Publisher: release.yml on kapella-hub/FirekeepHQ

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page