Skip to main content

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