Reelier
Rank #2,496io.github.seldonframe/reelier
Snapshot tests and CI for agent workflows: record a run, replay it at 0 tokens, diff for drift.
Reelier is a Model Context Protocol (MCP) server published by seldonframe. It ranks #2,496 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Reelier is listed across 3 registries — Official MCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Jul 18, 2026 and most recently updated on Aug 1, 2026.
Ranks ahead of 112,964 of 115,460 servers on MCP Toplist.
Use Reelier
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add reelier -- npx -y reelier serve[mcp_servers.reelier]
command = "npx"
args = ["-y", "reelier", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"reelier": {
"command": "npx",
"args": [
"-y",
"reelier",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"reelier": {
"command": "npx",
"args": [
"-y",
"reelier",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"reelier": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"reelier",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"reelier": {
"command": "npx",
"args": [
"-y",
"reelier",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"reelier": {
"command": "npx",
"args": [
"-y",
"reelier",
"serve"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.seldonframe%2Freelier)<a href="https://mcptoplist.com/server/io.github.seldonframe%2Freelier"><img src="https://mcptoplist.com/badge/io.github.seldonframe%2Freelier.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
seldonframe
Other servers by seldonframe
View all seldonframe servers →Available versions (2)
| Version | Published |
|---|---|
| 0.24.0 | Aug 1, 2026 |
| 0.13.0 | Jul 21, 2026 |
Frequently asked questions
- Who maintains Reelier?
- Reelier is maintained by seldonframe, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Reelier listed on the Official MCP Registry?
- Yes — Reelier is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Reelier have?
- MCP Toplist tracks 2 versions of Reelier, most recently published on Aug 1, 2026.
- Where can I find the source code for Reelier?
- The source code for Reelier is hosted at github.com/seldonframe/reelier.