MCP Directory
Back

Sephera

by Reim-developer · Rust · ★ 78

Fast local-first Rust CLI for codebase metrics, AST-compressed LLM context bundles, and built-in MCP server.

#cli#command-line-tool#context-engineering#developer-tools#llm#llm-agents#mcp#model-context-protocol#rust#tree-sitter

Install

cargo install --git https://github.com/Reim-developer/Sephera.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "sephera": {
      "command": "npx",
      "args": [
        "-y",
        "github:Reim-developer/Sephera"
      ]
    }
  }
}

From the README

[](https://github.com/Reim-developer/Sephera/actions/workflows/ci.yml) [](https://sephera.vercel.app) [](https://crates.io/crates/sephera) [](LICENSE) Sephera is a Rust CLI for understanding codebases fast. Count a repository, build a deterministic AI-ready context pack, trace dependency blast radius, or expose the same workflows through MCP from one binary. Documentation: Current release line: (pre-1.0). Sephera currently focuses on four practical commands: - : fast, language-aware line counting across project trees - : deterministic Markdown or JSON bundles with AST compression, focu…
Read full README on GitHub →

Related ai & ml servers