knmurphy_glide-api-mcp-server
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
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