Skip to content

Commit fa7cc2d

Browse files
authored
Merge pull request #392 from nocodb/docs/M2025.10
docs: release notes
2 parents d9fa602 + bdf2543 commit fa7cc2d

File tree

16 files changed

+99
-3
lines changed

16 files changed

+99
-3
lines changed

content/changelog/2025.10.0.mdx

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
---
2+
title: '2025.10.0'
3+
description: 'Feature release : ChatGPT and Claude Can Now Directly Connect to NocoDB with OAuth'
4+
---
5+
6+
![Image](/img/changelog/20251000/release.png)
7+
8+
## Connect ChatGPT and Claude to NocoDB with OAuth
9+
10+
All of your favorite AI assistants just got a massive upgrade. **ChatGPT and Claude can now DIRECTLY connect to your NocoDB databases** directly through our new MCP OAuth integration - no technical setup required. But that's just the beginning: **any AI application that supports MCP OAuth connectors** can instantly access your NocoDB data with a simple authentication flow.
11+
12+
#### What This Means for You
13+
14+
**Before:** Limited to desktop apps & technical barrier
15+
16+
* **Fiddling with MCP Server endpoint JSON configurations** - completely unfriendly for business users
17+
* **Limited to desktop AI applications only** - Even ChatGPT and Claude web/mobile apps couldn't connect
18+
* Required developer expertise to set up and IT team was a bottleneck.
19+
20+
**After:** One-Click Universal Access
21+
22+
* **Simple OAuth flow** - just like connecting via Slack/Google/Facebook
23+
* **Works everywhere** - web, mobile, desktop across all ChatGPT and Claude interfaces
24+
* **Business-user friendly** - no JSON, no servers, no technical knowledge required
25+
* **10-second setup** from any device, anywhere
26+
* **Any MCP OAuth-enabled AI app** can connect instantly
27+
28+
How NocoDB MCP Oauth works ?
29+
30+
The OAuth integration allows web-based AI clients to request fine-grained access to your NocoDB workspace. Once authorised, these clients can securely query, summarise, and update your database contextually — just like their desktop counterparts.
31+
32+
#### ChatGPT
33+
34+
[Learn more](https://nocodb.com/docs/product-docs/mcp#chatgpt)
35+
36+
<img src="/img/changelog/20251000/chatgpt-1.png" width="500" alt="ChatGPT 1" />
37+
<img src="/img/changelog/20251000/chatgpt-2.png" width="600" alt="ChatGPT 2" />
38+
<img src="/img/changelog/20251000/chatgpt-3.png" width="600" alt="ChatGPT 3" />
39+
40+
#### Claude
41+
42+
[Learn more](https://nocodb.com/docs/product-docs/mcp#claude-web)
43+
44+
<img src="/img/changelog/20251000/claude-1.png" width="600" alt="Claude 1" />
45+
<img src="/img/changelog/20251000/claude-2.png" width="450" alt="Claude 2" />
46+
<img src="/img/changelog/20251000/claude-3.png" width="700" alt="Claude 3" />
47+
48+
## Copy Another View’s Configuration
49+
50+
[Read detailed setup steps →](https://nocodb.com/docs/product-docs/views/actions-on-view#copy-another-views-configuration-)
51+
52+
> I just adjusted field widths in one view, and now I have to manually resize them all over again in every other view.
53+
54+
You've perfected a view with specific filters, sorts, groups, and field layouts. Now you need a similar view for a different purpose. You either duplicate the entire view and strip away what you don't need, or manually recreate every configuration from scratch. Either way, you're repeating work you've already done.
55+
56+
Introducing **“Copy another view’s configuration”**. Now you can cherry-pick exactly what you need. Need those filters? Copy them. Love the sorting and grouping? Take just those. Your field widths are perfect? Import only that—no more manual resizing.
57+
58+
Reuse exactly what you need and move forward instantly. Your views now build on each other instead of starting from scratch every time.
59+
60+
![Image](/img/changelog/20251000/copy-another-view.png)
61+
62+
[Read detailed setup steps →](https://nocodb.com/docs/product-docs/views/actions-on-view#copy-another-views-configuration-)
63+
64+
---
65+
66+
# Other updates
67+
68+
69+
#### User Experience
70+
71+
* **Personal View Identification** – Personal views in the sidebar now display a user icon suffix, making them & their current owner easier to recognise.
72+
73+
![image](/img/changelog/20251000/personal-view.png)
74+
75+
* **Filter Reordering** – Toolbar filters can now be rearranged via drag-and-drop.
76+
77+
![image](/img/changelog/20251000/filter-reorder.png)
78+
79+
* **Role-Based Toolbar Restrictions** – Toolbar operations are now restricted for Commenter and Viewer roles.
80+
81+
#### Account & Security
82+
83+
* **API Token Access** – API tokens are now available directly from the user menu.
84+
85+
![image](/img/changelog/20251000/api-token.png)
86+
87+
* **MCP Token Management** – Users can now manage all MCP tokens centrally from their account settings.
88+
89+
90+
![image](/img/changelog/20251000/mcp-token-management.png)
91+
92+
#### Scripts
93+
94+
* **Scripts PDF Export** – Added option to export script outputs directly to PDF. Learn more [here](https://nocodb.com/docs/product-docs/automation/scripts/actions-on-script#printexport-script-logs-to-pdf).
95+
96+
---

content/changelog/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"pages": ["2025.09.0", "2025.08.0", "2025.07.0", "2025.06.0", "2025.05.0"]
2+
"pages": ["2025.10.0", "2025.09.0", "2025.08.0", "2025.07.0", "2025.06.0", "2025.05.0"]
33
}

content/docs/developer-resources/mcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Claude will execute these requests using the enabled NocoDB tools, reading from
158158
<Callout type="warning">OAuth authorization functions as a set of access credentials granting Claude control over your NocoDB base within the selected workspace. Only authorize access to bases and operations you trust Claude to perform on your behalf.</Callout>
159159

160160

161-
### OpenAI Web
161+
### ChatGPT
162162

163163
OAuth-based integration enables OpenAI web users (ChatGPT) to securely connect with NocoDB databases through the MCP connector, directly from their browser environment. This provides the same granular access control and eliminates the need for manual configuration or desktop client setup.
164164

content/docs/mcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Claude will execute these requests using the enabled NocoDB tools, reading from
159159
<Callout type="warning">OAuth authorization functions as a set of access credentials granting Claude control over your NocoDB base within the selected workspace. Only authorize access to bases and operations you trust Claude to perform on your behalf.</Callout>
160160

161161

162-
### OpenAI Web
162+
### ChatGPT
163163

164164
OAuth-based integration enables OpenAI web users (ChatGPT) to securely connect with NocoDB databases through the MCP connector, directly from their browser environment. This provides the same granular access control and eliminates the need for manual configuration or desktop client setup.
165165

103 KB
Loading
162 KB
Loading
437 KB
Loading
253 KB
Loading
805 KB
Loading
743 KB
Loading

0 commit comments

Comments
 (0)