Glide API MCP Server

{ "name": "glide-api-mcp-server", "version": "0.1.0", "description": "MCP server for interacting with Glide API v1 and v2", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc && chmod +x build/index.js", "watch": "tsc -w", "start": "node build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.6.2" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.2" } }