> For the complete documentation index, see [llms.txt](https://kb.bravegen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.bravegen.com/knowledgebase-mcp.md).

# Knowledgebase MCP

Connect BraveGen's knowledgebase to AI clients through the Model Context Protocol (MCP).

### Access the BraveGen knowledgebase through MCP <a href="#react-aria4432720404-rcb" id="react-aria4432720404-rcb"></a>

Query BraveGen documentation from within your AI Chat agent or system.

### MCP endpoint

{% code overflow="wrap" expandable="true" %}

```
https://kb.bravegen.com/~gitbook/mcp
```

{% endcode %}

#### Client setup

Pick the client you want to use. Each option below gives you a ready-to-run install link or command.

{% tabs %}
{% tab title="Claude " %}
**Chat & Cowork**

Add this site as a custom connector in Claude Chat and Cowork using the MCP endpoint.

{% code overflow="wrap" expandable="true" %}

```
https://kb.bravegen.com/~gitbook/mcp
```

{% endcode %}

**Claude Code CLI**

Open a terminal and run this command to register your site as a user-scoped MCP server in Claude Code.

{% code overflow="wrap" expandable="true" %}

```bash
claude mcp add gitbook-documentation --scope user --transport http https://kb.bravegen.com/~gitbook/mcp
```

{% endcode %}

Claude can call into your documentation server directly when answering questions or exploring your docs.
{% endtab %}

{% tab title="Open AI" %}
**ChatGPT**\
Add this site as a custom app in ChatGPT using the MCP endpoint.<br>

{% code overflow="wrap" expandable="true" %}

```
https://kb.bravegen.com/~gitbook/mcp
```

{% endcode %}

**Codex CLI**\
Open a terminal and run this command to add your site as an MCP server in Codex.<br>

{% code overflow="wrap" expandable="true" %}

```
codex mcp add gitbook-documentation --url https://kb.bravegen.com/~gitbook/mcp
```

{% endcode %}

Codex can keep your docs available alongside the rest of your local development tools.
{% endtab %}
{% endtabs %}
