Glide API MCP ServerServer

knmurphy
GitHub
Glide APIData ManagementApp Automation

Loading subscription status...

💡 Description

A Model Context Protocol server for interacting with the Glide API (v1 and v2), allowing secure management of Glide apps, tables, and data.

📝 JSON Entries

{
  "mcpServers": [
    {
      "glide-api": {
        "env": {
          "GLIDE_API_KEY": "your-api-key-here",
          "GLIDE_API_VERSION": "v2"
        },
        "args": [
          "path/to/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

set_api_versionget_appget_tablesget_table_rowsadd_table_rowupdate_table_row

Features

  • Supports Glide API v1 and v2
  • Secure handling of API keys through environment variables
  • TypeScript implementation with type safety
  • Comprehensive error handling

💬 Example Queries

  • Get information about the application
  • Add a new row to a table