gridly-mcp-server

gridly-mcp-server

3.2

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

  1. Project

    list_projects, retrieve_project

  2. Database

    list_databases, retrieve_database

  3. Grid

    retrieve_grid, create_grid, update_grid, delete_grid

  4. View

    retrieve_view, create_view

  5. Column

    retrieve_column, create_column, delete_column, add_column_to_view, remove_column_from_view

  6. Dependency

    list_dependencies, retrieve_dependency, delete_dependency

  7. Record

    add_records, delete_records, list_records, get_record_history