Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by edwinbernadus • Data & Databases
A server that allows seamless interaction with NocoDB databases using the Model Context Protocol.
Perform CRUD operations on NocoDB tables using natural language commands
Integrate database operations with the Model Context Protocol
Efficiently manage and manipulate NocoDB databases
The NocoDB MCP Server enables efficient CRUD operations on NocoDB tables through natural language commands. It supports tasks such as record retrieval, creation, update, and deletion, as well as file uploads and bulk operations. This TypeScript-based server enhances compatibility with modern development practices, making it easier for users to manage their databases interactively.
Nocodb - Get Recordshint: 1. Get all records from a table (limited to 10): retrieve_records(table_name="customers") 3. Filter records with conditions: retrieve_records( table_name="customers", filters="(age,gt,30)~and(status,eq,active)" ) 4. Paginate results: retrieve_records(table_name="customers", limit=20, offset=40) 5. Sort results: retrieve_records(table_name="customers", sort="-created_at") 6. Select specific fields: retrieve_records(table_name="customers", fields="id,name,email")
Nocodb - Get List Tables notes: only show result from output to user
Nocodb - Post Records
Nocodb - Post Records Multiple Records
Nocodb - Patch Records
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.