Bernstein
Rank #153io.github.sipyourdrink-ltd/bernstein
Deterministic orchestrator for CLI coding agents. Byte-identical replay, 40+ adapters, air-gap.
Bernstein is a Model Context Protocol (MCP) server published by sipyourdrink-ltd. It ranks #153 of 115,460 servers tracked on MCP Toplist, and its repository has 1,043 GitHub stars. Bernstein is listed on Official MCP, with 16 tracked versions. It was first listed on Jul 12, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 115,307 of 115,460 servers on MCP Toplist.
Use Bernstein
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add bernstein -- uvx bernsteinclaude mcp add bernstein -- docker run -i --rm ghcr.io/sipyourdrink-ltd/bernstein:3.17.2[mcp_servers.bernstein]
command = "uvx"
args = ["bernstein"]Add to ~/.codex/config.toml.
[mcp_servers.bernstein]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/sipyourdrink-ltd/bernstein:3.17.2"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"bernstein": {
"command": "uvx",
"args": [
"bernstein"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"bernstein": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sipyourdrink-ltd/bernstein:3.17.2"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"bernstein": {
"command": "uvx",
"args": [
"bernstein"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"bernstein": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sipyourdrink-ltd/bernstein:3.17.2"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"bernstein": {
"type": "stdio",
"command": "uvx",
"args": [
"bernstein"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"bernstein": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sipyourdrink-ltd/bernstein:3.17.2"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"bernstein": {
"command": "uvx",
"args": [
"bernstein"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"bernstein": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sipyourdrink-ltd/bernstein:3.17.2"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"bernstein": {
"command": "uvx",
"args": [
"bernstein"
]
}
}
}{
"mcpServers": {
"bernstein": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sipyourdrink-ltd/bernstein:3.17.2"
]
}
}
}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.sipyourdrink-ltd%2Fbernstein)<a href="https://mcptoplist.com/server/io.github.sipyourdrink-ltd%2Fbernstein"><img src="https://mcptoplist.com/badge/io.github.sipyourdrink-ltd%2Fbernstein.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sipyourdrink-ltd
Available versions (16)
| Version | Published |
|---|---|
| 3.17.2 | Aug 24, 2026 |
| 3.17.1 | Aug 22, 2026 |
| 3.17.0 | Aug 21, 2026 |
| 3.16.0 | Aug 17, 2026 |
| 3.15.0 | Aug 14, 2026 |
| 3.14.159 | Aug 10, 2026 |
| 3.13.0 | Aug 1, 2026 |
| 3.12.0 | Aug 1, 2026 |
| 3.11.0 | Jul 28, 2026 |
| 3.10.0 | Jul 25, 2026 |
| 3.9.0 | Jul 25, 2026 |
| 3.8.4 | Jul 24, 2026 |
| 3.8.1 | Jul 19, 2026 |
| 3.7.0 | Jul 17, 2026 |
| 3.5.0 | Jul 16, 2026 |
| 3.4.3 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Bernstein?
- Bernstein is maintained by sipyourdrink-ltd, which publishes 5 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Bernstein listed on the Official MCP Registry?
- Yes — Bernstein is listed on the Official MCP Registry.
- How many versions does Bernstein have?
- MCP Toplist tracks 16 versions of Bernstein, most recently published on Aug 24, 2026.
- Where can I find the source code for Bernstein?
- The source code for Bernstein is hosted at github.com/sipyourdrink-ltd/bernstein.