Skip to main content
Glama

Google Drive MCP Server

iam.d.ts623 B
export interface RequestMetadata { 'x-goog-iam-authority-selector': string; 'x-goog-iam-authorization-token': string; } export declare class IAMAuth { selector: string; token: string; /** * IAM credentials. * * @param selector the iam authority selector * @param token the token * @constructor */ constructor(selector: string, token: string); /** * Acquire the HTTP headers required to make an authenticated request. */ getRequestHeaders(): { 'x-goog-iam-authority-selector': string; 'x-goog-iam-authorization-token': string; }; }

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