Google PageRank for AI agents. 25,000+ tools indexed.

cersei MCP Server

pacifio/cersei

Score: 52.9 Rank #2484 Agent Framework
Are you the maintainer of pacifio/cersei? Claim this listing →

The Rust SDK for building coding agents. Tool execution, LLM streaming, graph memory, sub-agent orchestration, MCP — as composable library functions.

Add AgentRank to Claude Code Discover and compare tools like pacifio/cersei — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

pacifio/cersei is a Rust agent tool licensed under MIT. The Rust SDK for building coding agents. Tool execution, LLM streaming, graph memory, sub-agent orchestration, MCP — as composable library functions. Topics: agent, antrophic, claude-code, codex, coding-agent, openai, opencode, rust.

Ranked #2484 out of 28240 indexed tools.

In the top 9% of all indexed tools.

Actively maintained with commits in the last week.

Ecosystem

Rust MIT
agentantrophicclaude-codecodexcoding-agentopenaiopencoderust

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 106

106 stars → growing community

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 0%

0/5 issues closed → many open issues

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 29
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Issue Health high impact

You have 5 open vs 0 closed issues — triaging stale issues improves health

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for pacifio/cersei
[![AgentRank](https://agentrank-ai.com/api/badge/tool/pacifio--cersei)](https://agentrank-ai.com/tool/pacifio--cersei/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/pacifio--cersei/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/pacifio--cersei" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="pacifio/cersei"></script>

Matched Queries

"agent tool"

From the README

# Cersei

The complete Rust SDK for building coding agents.

Cersei gives you every building block of a production coding agent — tool execution, LLM streaming, sub-agent orchestration, persistent memory, skills, MCP integration — as composable library functions. Build a Claude Code replacement, embed an agent in your app, or create something entirely new.

```rust
use cersei::prelude::*;

#[tokio::main]
async fn main() -> anyhow::Result<()> {
    let output = Agent::builder()
        .provider(Anthropic::from_env()?)
        .tools(cersei::tools::coding())
        .permission_policy(AllowAll)
        .run_with("Fix the failing tests in src/")
        .await?;

    println!("{}", output.text());
    Ok(())
}
```

**MIT License** | Built by [Adib Mohsin](https://github.com/pacifio) | [Docs](https://cersei.pacifio.dev/docs) | [GitHub](https://github.com/pacifio/cersei)

---

## Why Cersei

| | Claude Code | OpenCode | **Cersei SDK** | **Abstract CLI** |
|---|---|---|---|---|
| Form facto
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.