NocoDB
JSON →Manage NocoDB server, support read and write databases
Install
npx -y nocodb-mcp-server Tools · 9
- get_records Retrieve records from a specified NocoDB table
- create_record Add a new row to a NocoDB table
- update_record Update existing records in a NocoDB table
- delete_record Delete records from a NocoDB table
- add_column Add a new column to a NocoDB table
- delete_column Delete a column from a NocoDB table
- create_table Create a new table in NocoDB from JSON data
- bulk_create_records Create multiple records in a NocoDB table at once
- bulk_delete_records Delete multiple records from a NocoDB table at once
Environment variables
NOCODB_URLNOCODB_API_TOKENNOCODB_BASE_IDTABLE_ID
Links
★ 70 GitHub stars