Skip to main content
Glama

Google Drive MCP Server

index.d.ts254 B
/** Check if the process is running inside a Docker container. @example ``` import isDocker = require('is-docker'); if (isDocker()) { console.log('Running inside a Docker container'); } ``` */ declare function isDocker(): boolean; export = isDocker;

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