Enables interaction with Glide API (v1 & v2) through a Model Context Protocol server.
This Model Context Protocol (MCP) server facilitates interaction with the Glide API, supporting both v1 and v2. It features secure API key handling via environment variables, is implemented in TypeScript for type safety, and includes comprehensive error handling. The server provides tools for configuring the API version, retrieving app information and table data, and adding or updating table rows, making it a versatile solution for managing Glide applications within an MCP environment.
主要功能
010 GitHub stars
02Includes tools for managing apps and tables
03Type-safe TypeScript implementation
04Comprehensive error handling
05Supports Glide API v1 and v2
06Secure API key handling using environment variables
使用案例
01Automating interactions with Glide applications.