glide-api-mcp-server
5
The Glide API MCP Server is designed to interact with Glide API versions 1 and 2, providing secure API key handling and error management. It utilizes TypeScript for a type-safe implementation, allowing configuration through environment variables or runtime changes.
Glide API MCP Server
A Model Context Protocol server for interacting with the Glide API (v1 & v2).
Features
- Support for both Glide API v1 and v2
- Secure API key handling through environment variables
- Type-safe TypeScript implementation
- Comprehensive error handling
Available 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