Skip to content

Commit 566ec0e

Browse files
feat: enhance ChatGPT integration documentation with screenshots
- Added step-by-step screenshots to illustrate the ChatGPT connector setup process - Fixed typo in "Advanced Settings" text - Removed outdated "Configure Tool Permissions" section that is no longer relevant - Updated instructions to reflect new UI where NocoDB connector is found under "More" instead of "Add sources" - Added visual guidance for enabling developer mode, creating connector, authorization flow, and using the connector
1 parent dfb6e0f commit 566ec0e

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

content/docs/mcp.mdx

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ OAuth-based integration enables OpenAI web users (ChatGPT) to securely connect w
167167
Enable Developer Mode in ChatGPT settings to allow custom connector additions.
168168
1. Open [ChatGPT Settings](https://chatgpt.com/#settings/Connectors) in a new tab.
169169
* Alternatively, click your **Profile Icon** → **Settings** → **Settings** → **Apps & Connectors**).
170-
2. Click **Advance Settings** & enable **Developer Mode**.
170+
2. Click **Advanced Settings** & enable **Developer Mode**.
171+
172+
![open-connectors](/img/v2/mcp/web-app/chatgpt/developer.png)
171173

172174
#### Setup Steps
173175
1. Open [ChatGPT Settings](https://chatgpt.com/#settings/Connectors) in a new tab.
@@ -178,6 +180,7 @@ Enable Developer Mode in ChatGPT settings to allow custom connector additions.
178180
- Enter the MCP Server URL: `https://app.nocodb.com/mcp`
179181
- Check the box for **I trust this application**.
180182
- Click `Create`
183+
![new-connector](/img/v2/mcp/web-app/chatgpt/create-connector.png)
181184
4. Authorize Access:
182185
* Log in to your NocoDB account if prompted
183186
* Select the workspace and base you want to connect
@@ -188,22 +191,16 @@ Enable Developer Mode in ChatGPT settings to allow custom connector additions.
188191
* Click **Authorize**
189192

190193
Once authorization completes, you will see a confirmation message in ChatGPT Web indicating the NocoDB connector is now connected.
194+
![connected](/img/v2/mcp/web-app/chatgpt/connected.png)
191195

192196
<Callout type="note">For on-prem enterprise users, replace `https://app.nocodb.com` with your NocoDB instance URL.</Callout>
193197

194-
#### Configure Tool Permissions
195-
196-
By default, all tools provided by NocoDB are enabled. You can customize which tools are active.
197-
1. Open NocoDB connector from [ChatGPT Settings](https://chatgpt.com/#settings/Connectors) in a new tab.
198-
2. All tools are listed under **Actions**. Use the toggles to enable or disable specific tools as needed.
199-
200-
To confirm which workspaces and bases are available, use the **Get Base Info** tool under the NocoDB connector panel.
201-
202198
#### Using NocoDB Tools in OpenAI Web
203199

204200
On the ChatGPT interface, start a new conversation and
205201
- Click the **+** icon to open the "Tools" menu, enable `Developer Mode` if not already enabled.
206-
- Use `Add sources` to find and select the NocoDB connector you created. Toggle to enable it.
202+
- Click `More` to find and select the NocoDB connector you created. Toggle to enable it.
203+
![using-connector](/img/v2/mcp/web-app/chatgpt/using-chat.png)
207204

208205
Once configured, you can query or update your NocoDB data conversationally. For example:
209206

234 KB
Loading
230 KB
Loading
184 KB
Loading
184 KB
Loading

0 commit comments

Comments
 (0)