Skip to main content
Glama

Google Drive MCP Server

index.js633 B
'use strict'; var GetIntrinsic = require('get-intrinsic'); var callBind = require('call-bind'); // eslint-disable-next-line no-extra-parens var $indexOf = callBind(/** @type {typeof String.prototype.indexOf} */ (GetIntrinsic('String.prototype.indexOf'))); /** @type {import('.')} */ module.exports = function callBoundIntrinsic(name, allowMissing) { // eslint-disable-next-line no-extra-parens var intrinsic = /** @type {Parameters<typeof callBind>[0]} */ (GetIntrinsic(name, !!allowMissing)); if (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) { return callBind(intrinsic); } return intrinsic; };

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/isaacphi/mcp-gdrive'

If you have feedback or need assistance with the MCP directory API, please join our Discord server