Bernstein
Rank #331io.github.chernistry/bernstein
Declarative agent orchestration for engineering teams
Bernstein is a Model Context Protocol (MCP) server published by sipyourdrink-ltd. It ranks #331 of 115,460 servers tracked on MCP Toplist, and its repository has 1,039 GitHub stars. Bernstein is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Mar 22, 2026 and most recently updated on Apr 7, 2026.
Ranks ahead of 115,129 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 bernstein[mcp_servers.bernstein]
command = "uvx"
args = ["bernstein"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"bernstein": {
"command": "uvx",
"args": [
"bernstein"
]
}
}
}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).
{
"servers": {
"bernstein": {
"type": "stdio",
"command": "uvx",
"args": [
"bernstein"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"bernstein": {
"command": "uvx",
"args": [
"bernstein"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"bernstein": {
"command": "uvx",
"args": [
"bernstein"
]
}
}
}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.chernistry%2Fbernstein)<a href="https://mcptoplist.com/server/io.github.chernistry%2Fbernstein"><img src="https://mcptoplist.com/badge/io.github.chernistry%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 (2 delisted)
sipyourdrink-ltd
Available versions (1)
| Version | Published |
|---|---|
| 1.5.0 | Apr 7, 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, alongside PulseMCP and Glama.
- How many versions does Bernstein have?
- MCP Toplist tracks 1 version of Bernstein, most recently published on Apr 7, 2026.
- Where can I find the source code for Bernstein?
- The source code for Bernstein is hosted at github.com/sipyourdrink-ltd/bernstein.