knmurphy_glide-api-mcp-server

knmurphy_glide-api-mcp-server

0

The Glide API MCP Server is a Model Context Protocol server designed to interact with the Glide API, supporting both v1 and v2. It provides secure and type-safe API interactions with advanced error handling and a variety of tools for managing app data.

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

Secure Setup

  1. Environment Variables
    • Add API credentials to the MCP settings file
  2. Runtime Configuration
    • Override the API version and key at runtime
  3. Security Best Practices
    • Never commit API keys to version control

Development

  • Install dependencies
  • Build the server
  • For development with auto-rebuild, use watch

Usage Examples

  1. Get app information
  2. Add a row to a table