Orbit is an MCP-connected operations layer for Claude and other AI Agents. Connect once and every session — chats, Claude Cowork/Code/ChatGPT Codex and other agents automatically log outputs, reports and decisions to a shared dashboard. Agents read from and write to Orbit's knowledge layer, so context persists across sessions and tools without re-explaining. Includes live agent visibility, trust-weighted memory, broadcast to all agents, and agent creation. Free to start.
Server Config
{
"mcpServers": {
"orbit": {
"type": "http",
"url": "https://orbitagents.xyz/api/public/mcp/<YOUR_API_TOKEN>"
}
}
}