Orbit
Rank #1,438io.github.constellation-works/orbit
Orbit's local-first task and workflow registry for coding agents.
Orbit is a Model Context Protocol (MCP) server published by constellation-works. It ranks #1,438 of 132,046 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Orbit is listed on Official MCP, with 1 tracked version. It was first listed on Aug 24, 2026 and most recently updated on Sep 6, 2026.
Ranks ahead of 130,608 of 132,046 servers on MCP Toplist.
Use Orbit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add orbit -- npx -y @orbit-tools/cli mcp serve[mcp_servers.orbit]
command = "npx"
args = ["-y", "@orbit-tools/cli", "mcp", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"orbit": {
"command": "npx",
"args": [
"-y",
"@orbit-tools/cli",
"mcp",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"orbit": {
"command": "npx",
"args": [
"-y",
"@orbit-tools/cli",
"mcp",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"orbit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orbit-tools/cli",
"mcp",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"orbit": {
"command": "npx",
"args": [
"-y",
"@orbit-tools/cli",
"mcp",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"orbit": {
"command": "npx",
"args": [
"-y",
"@orbit-tools/cli",
"mcp",
"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.constellation-works%2Forbit)<a href="https://mcptoplist.com/server/io.github.constellation-works%2Forbit"><img src="https://mcptoplist.com/badge/io.github.constellation-works%2Forbit.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
constellation-works
Available versions (1)
| Version | Published |
|---|---|
| 0.19.0 | Sep 6, 2026 |
Frequently asked questions
- Who maintains Orbit?
- Orbit is maintained by constellation-works, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Orbit listed on the Official MCP Registry?
- Yes — Orbit is listed on the Official MCP Registry.
- How many versions does Orbit have?
- MCP Toplist tracks 1 version of Orbit, most recently published on Sep 6, 2026.
- Where can I find the source code for Orbit?
- The source code for Orbit is hosted at github.com/constellation-works/orbit.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.