Estelle
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@EstelleCheck if the getUserById function exists in the codebase"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 | shThe 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.
This server cannot be installed
Maintenance
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
- AlicenseBqualityNot gradedmaintenanceProvides 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
- AlicenseNot gradedqualityDmaintenanceProvides AI coding assistants with persistent, context-rich memory of a codebase, including documentation and git history, enabling recall across sessions.105Apache 2.0
- FlicenseNot gradedqualityCmaintenanceProvides persistent memory and semantic file discovery for AI coding agents, enabling them to remember changes and find relevant files across sessions.5
- AlicenseAqualityCmaintenanceGives AI coding agents persistent, evolving knowledge about a codebase, enabling them to store and retrieve observations about architecture, conventions, gotchas, and recent work context.10291MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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