glide-api-mcp-server

glide-api-mcp-server

3.3

If you are the rightful owner of glide-api-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.

A Model Context Protocol server for interacting with the Glide API (v1 & v2).

The Glide API MCP Server is designed to facilitate seamless interaction with the Glide API, supporting both version 1 and version 2. It provides a secure and type-safe environment for managing API requests, ensuring that developers can handle API keys securely through environment variables. The server is implemented in TypeScript, offering comprehensive error handling to manage potential issues effectively. This server is particularly useful for developers looking to integrate Glide's functionalities into their applications, providing tools to manage app information, tables, and data rows efficiently.

Features

  • Support for both Glide API v1 and v2
  • Secure API key handling through environment variables
  • Type-safe TypeScript implementation
  • Comprehensive error handling

Tools

  1. set_api_version

    Configure API version and authentication

  2. get_app

    Get app information

  3. get_tables

    List app tables

  4. get_table_rows

    Get table data

  5. add_table_row

    Add new row

  6. update_table_row

    Update existing row