This Glide API MCP server, developed by an unnamed creator, provides a bridge between the Model Context Protocol and Glide's API (versions 1 and 2). Built with TypeScript and leveraging the MCP SDK and Axios, it offers tools for interacting with Glide apps, including retrieving app information, managing tables, and manipulating data rows. The server implements secure API key handling through environment variables and runtime configuration. By abstracting Glide API operations into a standardized MCP format, it enables AI systems to easily interact with and manage Glide applications. This implementation is particularly valuable for automating Glide app management and data operations, facilitating use cases such as dynamic data updates, automated reporting, and integration of Glide apps with other systems or workflows.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Configure API version and authentication. Parameters: version (string), apiKey (string)
Get app information. Parameters: appId (string)
List app tables.
Get table data. Parameters: appId (string), tableId (string)
Add new row to a table. Parameters: appId (string), tableId (string), values (object)
Update existing row in a table. Parameters: appId (string), tableId (string), rowId (string), values (object)