Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gorbit.cloud/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The Gorbit MCP Server lets you connect any MCP-compatible AI tool to your Gorbit knowledge base. Ask Claude, Cursor, Windsurf, or any other MCP client to search your company’s documents without leaving your workflow.

What You Can Do

  • Search your knowledge base — query Confluence, Google Drive, Slack, GitHub, Jira, and 40+ other sources
  • Search the web — find current events and public information
  • Fetch full page content — retrieve complete text from any URL
All of your existing Gorbit permissions and access controls are enforced automatically.

Supported Clients

Any client that supports the Model Context Protocol over HTTP works with Gorbit, including:

Quick Setup

Add this to your MCP client’s configuration:
{
  "mcpServers": {
    "gorbit": {
      "url": "https://cloud.gorbit.app/mcp", // or your self-hosted Gorbit domain
      "headers": {
        "Authorization": "Bearer YOUR_GORBIT_TOKEN_HERE"
      }
    }
  }
}
Replace YOUR_GORBIT_TOKEN_HERE with a Personal Access Token or API Key.

Learn More

Full MCP Server Guide

Detailed setup instructions, tool reference, troubleshooting, and self-hosting configuration

Personal Access Tokens

Create a token to authenticate with the MCP server