Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Noco-macos-arm64 | 2025-10-01 | 290.0 MB | |
Noco-macos-x64 | 2025-10-01 | 215.5 MB | |
nocodb.tar.gz | 2025-10-01 | 177.9 MB | |
Noco-win-x64.exe | 2025-10-01 | 376.7 MB | |
Noco-linux-arm64 | 2025-10-01 | 344.3 MB | |
Noco-linux-x64 | 2025-10-01 | 307.3 MB | |
Noco-win-arm64.exe | 2025-10-01 | 375.8 MB | |
0.265.0_ Introducing MCP Server source code.tar.gz | 2025-10-01 | 49.7 MB | |
0.265.0_ Introducing MCP Server source code.zip | 2025-10-01 | 51.8 MB | |
README.md | 2025-10-01 | 10.6 kB | |
Totals: 10 Items | 2.2 GB | 1 |
๐ NocoDB : Feature Release
MCP Server โ Talk to your database through AI
No more endless clicks or filters. With MCP Server, your NocoDB workspace connects directly to AI-powered tools like Claude, Cursor, and Windsurf. Just ask in plain language, and your database answers back.
Whatโs Changed?
- ๐ฌ Conversational queries โ Ask questions like โShow me all customers who havenโt paid in 30 daysโ and get instant results.
- ๐ Instant insights & analysis โ Pull reports, trends, and summaries without setting up filters or views.
- โก Bulk operations โ Run updates across many records in one goโno manual UI work.
- ๐งน Smart cleanup โ Quickly find duplicates and inconsistencies with a single request.
- ๐ฅ๏ธ Seamless desktop integration โ Works with Claude Desktop, Cursor, and Windsurf (desktop only).
This is just the beginningโMCP opens the door for even deeper AI + database workflows coming soon.
๐ Get started with MCP integration โ
Other Updates
- Only IDs based view URLs made it hard to navigate to them in browser: Your browser remembers full URLs for frequently visited tables and views, but the URLs only contained cryptic IDs instead of readable names. Now all view URLs include the table and view name, making it easy to type top leads in your browser to quickly navigate to views containing "top leads" in the table or column name.
After: https://app.nocodb.com/#/wqb1x/pab8e/mozv1/vwlks5i/product-roadmap
-
File uploads needed a lot clicks: Adding attachments required multiple clicks and navigation steps. Now attachments can be dragged and dropped directly into attachment cells, making file uploads faster and more intuitive. Group states would reset when switching views: Previously expanded groups would automatically collapse when you switched between views, forcing you to re-expand them repeatedly. Now group state (expanded/collapsed) is maintained locally per view, preserving your organization preferences.
-
No easy way to copy Base IDs for API usage: Developers needed Base IDs for API integration but had no quick way to access them. Added Base ID copy functionality to the base menu, following the same pattern as table, view, and field ID copyingโproviding quick access for API usage.
-
Mobile view editor was difficult to use: Mobile operations in form view has been improved, ensuring a better usage experience across all devices.
-
German users couldn't use local date formats: The system didn't support standard German date conventions. Added German Date Format Support for DD.MM.YYYY and DD.MM.YY, enabling proper display and input of dates in local conventions.
-
DATEADD formula was limited to days only: Time-based calculations requiring hours, minutes, or seconds weren't possible. Enhanced DATEADD formula now supports adding hours, minutes, and seconds, enabling more precise date-time calculations.
๐ Closed Issues
- [closed] ๐ Bug: Webhook doesn't send custom headers #12408
- [๐ Status: More Info Needed] ๐ Bug: Editing single-select issue. Remove an existing single-select value and add it back. Results in the removal of that value from records/ #12402
- [closed] ๐ Bug: Copy pasting from excel leads to an error mention bulkDataUpsert is not possible for editor #12400
- [closed] ๐ Bug: Improvise tooltip for links in ERD #12398
- [closed] ๐ Bug: The default Table grid view does not display paging at the bottom #12389
- [closed] ๐ Bug: Missing "Show more" option for database column parameters #12387
- [closed] ๐ Bug: Horizontal scroll not working when vertical scroll is at the top or bottom of the table #12370
- [๐ Status: More Info Needed] ๐ Bug: [self-hosted] The latest version update prevents importing external data. #12368
- [closed] ๐ Bug: Clicking close icon in expanded record in edit state - should not result in losing the changes made #12366
- [Status: Reproducible] ๐ Bug: [self-hosted] Can't upgrade Webhook to v3 #12364
- [closed] ๐ Bug: [self-hosted] : Preview of Pictures are not shown anymore #12342
- [closed] ๐ฆ Feature: Ability to duplicate filter or filter groups #12073
- [closed] ๐ฆ Feature: Soft wrap in JSON modal view #11984
- [closed] ๐ Bug: Database error when using where on lookup field from linked table. #11900
- [closed] ๐ฆ Feature: Expand all for group by view and persisting the opened groups #11435
- [closed] ๐ฆ Feature: Deselect Specific Records After "SELECT ALL" #10590
What's Changed
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/12359
- chore: post-release sync by @github-actions[bot] in https://github.com/nocodb/nocodb/pull/12358
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/12367
- fix: on click close icon of expanded form show warning if unsaved changes present by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12369
- Nc fix/sentry errors 22 sep by @pranavxc in https://github.com/nocodb/nocodb/pull/12353
- Nc docs/link to where clause by @dstala in https://github.com/nocodb/nocodb/pull/12372
- Nc fix/links transaction related bug by @pranavxc in https://github.com/nocodb/nocodb/pull/12376
- Fix: Bug fixes 22 sep by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12362
- fix: show system col in expanded form if it is enabled from fields menu by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12360
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/12371
- fix: Can't upgrade Webhook to v3 by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12380
- fix: enable support for all users by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12382
- feat: Persist grid cell clipboard data in local storage for reliable paste behavior by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12349
- Feat: Responsive UI phase 2 by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12374
- fix: revise resource cleanup by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12388
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/12378
- fix: Bug fixes 25 sep by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12384
- Fix: Auto scroll issue while reorder by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12392
- Nc feat/view webhook by @dstala in https://github.com/nocodb/nocodb/pull/12279
- fix: missing permission in ACL by @pranavxc in https://github.com/nocodb/nocodb/pull/12401
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/12394
- fix(nc-gui): Improvise tooltip for links in ERD by @dstala in https://github.com/nocodb/nocodb/pull/12399
- Feat: canvas attachment cell drop support by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12395
- Nc fix/group by by @dstala in https://github.com/nocodb/nocodb/pull/12405
- fix: avoid removing option if option removed and and added as a new oโฆ by @dstala in https://github.com/nocodb/nocodb/pull/12404
- Revert "fix: Group by - proper handling of blank values" by @pranavxc in https://github.com/nocodb/nocodb/pull/12410
- fix: removeNullUnicode when JSON_EXTRACT by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/12391
- fix: data bulk operation audit corrections by @dstala in https://github.com/nocodb/nocodb/pull/12413
- Nc fix/column update filter by @dstala in https://github.com/nocodb/nocodb/pull/12196
- fix: persist opened group info locally by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12414
- Nc fix/sentry errors 29 sep by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12412
- feat: enable normal mcp by @dstala in https://github.com/nocodb/nocodb/pull/12407
- fix: prevent table highlight from affecting child views in sidebar by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12416
- feat: add baseId copy feature to base menu by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12417
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/12409
- fix: decode key in r2 by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/12406
- fix: swagger notes updated by @dstala in https://github.com/nocodb/nocodb/pull/12363
- fix(i18n): Add deleted keys from en.json file by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12419
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/12420
- Nc fix/attachment url improvement by @dstala in https://github.com/nocodb/nocodb/pull/12251
- Nc feat/field webhook by @dstala in https://github.com/nocodb/nocodb/pull/12415
- New Crowdin updates by @o1lab in https://github.com/nocodb/nocodb/pull/12424
- fix: remove only on table.test by @fendy3002 in https://github.com/nocodb/nocodb/pull/12426
- fix: webhook error by @dstala in https://github.com/nocodb/nocodb/pull/12428
- fix: cleanup dashboard when base is deleted by @DarkPhoenix2704 in https://github.com/nocodb/nocodb/pull/12423
- Feature: Deselect Specific Records After SELECT ALL by @rameshmane7218 in https://github.com/nocodb/nocodb/pull/12425
Full Changelog: https://github.com/nocodb/nocodb/compare/0.264.9...0.265.0