gridly-mcp-server
If you are the rightful owner of gridly-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server for Gridly API offers functionality for managing projects, grids, databases, and more.
The Gridly MCP Server is designed to facilitate seamless interaction with the Gridly API, providing robust management capabilities for projects, grids, databases, and more. It supports a variety of operations such as listing, retrieving, creating, updating, and deleting resources within the Gridly ecosystem. The server can be installed using npx for ease of use or through a development installation for those who wish to customize or contribute to the server's development. With a focus on flexibility and integration, the Gridly MCP Server is compatible with Claude Desktop and other MCP clients, making it a versatile tool for developers and project managers alike.
Features
- Project Management: List and retrieve projects and their associated grids.
- Database Management: List and retrieve databases within a project.
- Grid Operations: Create, update, and delete grids within a database.
- View Management: Create and retrieve collaborative views.
- Column and Record Management: Manage columns and records within views, including adding, deleting, and retrieving operations.
Tools
Project
list_projects
,retrieve_project
Database
list_databases
,retrieve_database
Grid
retrieve_grid
,create_grid
,update_grid
,delete_grid
View
retrieve_view
,create_view
Column
retrieve_column
,create_column
,delete_column
,add_column_to_view
,remove_column_from_view
Dependency
list_dependencies
,retrieve_dependency
,delete_dependency
Record
add_records
,delete_records
,list_records
,get_record_history