mcpbeat Sign in

Orbit MCP Server

answering

Orbit is answering right now. Last checked 1 min ago. Last commit 9 Sep 2026.

Task management for people and AI agents, with scoped OAuth access to issues, projects, and docs.

Uptime history 7 days of history · worst day 30%
7 days agonow
73.1%
Uptime 24h
68 of 93 checks
Tools
hidden behind auth
547 ms
Response time
average over 24h
33
Stars
last commit 9 Sep 2026

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation .github/workflows/auto-release.yml:59
      - name: Select or recover dated tag
        id: release_tag
        env:
          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Executes code built at runtime packages/core/src/auth/rate-limit-storage.ts:104
        const result = await redis.eval(
  return /^orbit-(?:issue|doc|project):([^:]+):(?:activity|status)$/.exec(
    input.subjectKey ?? '',
Sends data to a third-party sink packages/core/src/analytics/drilldown.ts:949
function cursorRequestBinding(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add orbit --transport http https://orbit.noveum.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "orbit": {
      "url": "https://orbit.noveum.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.orbit]
url = "https://orbit.noveum.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "orbit": {
      "url": "https://orbit.noveum.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "orbit": {
      "url": "https://orbit.noveum.ai/mcp"
    }
  }
}

This endpoint answered with an authorization challenge — the server is running, but you need an API key or OAuth to use it.

Endpoints

URLTransportStateLatencyChecked
https://orbit.noveum.ai/mcp streamable-http needs key 384 ms 1 min ago

Alternatives to Orbit

same job, measured the same way
LTD MCP
by eshller

Project management MCP for AI agents with safe task reads and writes.

answering
Dart
by dartai

AI-native project management for tasks, docs, collaboration, and agents.

answering
Taskfolk
by taskfolk

Project management for teams and their AI agents.

answering
Plate
by plate

Minimal project management for teams and AI agents.

28 tools answering
Wrike
by waystation

Manage projects, tasks, and workflows with Wrike project management.

answering
MCP Process
by digital-defiance

Process management and monitoring for AI agents with strict security boundaries

51 installs/wk local only
C
Ledgenter
by ledgenter

The shared work-management office for AI agents — projects, tasks, decisions, knowledge, handoffs.

57 installs/wk local only
Marketing Operations
by digitalpublic

Project-scoped marketing ops for agents: Bearer dpk_/dpa_ or OAuth, read and supervised write.

answering

Orbit — questions

Answers built from our own checks of this server.

Why is there no tool list for Orbit?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 73.1% of checks in the last 24 hours got a reply.
Is Orbit working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 68 of 93 checks got a reply (73.1%), average response time 547 ms. The bar chart above shows every period we have measured.
How do I connect Orbit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to Orbit?
No API key is involved. Orbit answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is Orbit?
It answers our handshake in 547 ms on average, which is faster than 29% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Orbit open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 33 stars on GitHub and 54 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.