Skip to main content
Glama

Estelle CLI

Rust port of the Estelle CLI, forked from OpenAI Codex at commit 582569998181aad08a88bacc151a94b2048a5d1f.

The current tree includes the Estelle server transport and TUI. Public releases are tag-triggered from the separate uqeu/estelle-cli repository and contain four checksummed binaries: macOS/Linux on arm64/x86_64. The release workflow requests GitHub-signed build provenance for every release artifact. The component boundaries, trust model, release path, measurements, provenance inventory, and named limits live in docs/ARCHITECTURE.md, docs/SCORECARD.md, and docs/WHAT-WE-BUILT.md.

Install the latest Rust release with:

curl --proto '=https' --tlsv1.2 -fsSL \
  https://github.com/uqeu/estelle-cli/releases/latest/download/install.sh | sh

The installer detects the platform, downloads from the Estelle-owned release repository by default, verifies the archive against SHA256SUMS, rejects archives with unexpected members, and atomically installs estelle to ~/.local/bin. ESTELLE_RELEASE_REPOSITORY is an explicit operator/test override that changes that trust root; normal installs must leave it unset. Release v0.2.4 and this public install path were read back and executed successfully on macOS arm64; the exact distribution evidence and unproven product paths are recorded in docs/SCORECARD.md.

To bypass credential storage immediately, set ESTELLE_API_KEY in the process environment; it takes precedence over ~/.estelle/auth.json and is never persisted by Estelle.

A
license - permissive license
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
1hResponse time
0dRelease cycle
34Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    Not graded
    maintenance
    Provides repository-scoped safe memory for AI coding agents with just-in-time verification against file changes to ensure facts remain accurate. It links memories to specific code citations and automatically marks them as stale if the underlying source code is modified or deleted.
    5
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides AI coding assistants with persistent, context-rich memory of a codebase, including documentation and git history, enabling recall across sessions.
    105
    Apache 2.0
  • A
    license
    A
    quality
    C
    maintenance
    Gives AI coding agents persistent, evolving knowledge about a codebase, enabling them to store and retrieve observations about architecture, conventions, gotchas, and recent work context.
    10
    29
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Give your AI agent a persistent map of your project's structure, dependencies, and bugs.

  • One shared brain for your AI coding agents: team memory, agent Q&A, tasks, and file claims.

  • Persistent memory for AI agents — verbatim conversations, searchable by meaning.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/uqeu/estelle-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server