glide-api-mcp-server
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
set_api_version
Configure API version and authentication
get_app
Get app information
get_tables
List app tables
get_table_rows
Get table data
add_table_row
Add new row
update_table_row
Update existing row