knmurphy_glide-api-mcp-server

knmurphy_glide-api-mcp-server

3.1

If you are the rightful owner of knmurphy_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 efficient way to manage API keys through environment variables, ensuring that sensitive information is kept safe. The server is implemented in TypeScript, offering type safety and comprehensive error handling to enhance reliability and ease of use. Developers can leverage this server to perform various operations on Glide apps, such as retrieving app information, managing tables, and handling data rows. The server's design emphasizes security best practices, including the use of environment variables for configuration and regular API key rotation.

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