Skip to main content
Glama
smithery.yaml893 B
runtime: typescript configSchema: type: "object" properties: clientId: type: "string" description: "Google OAuth2 Client ID from Google Cloud Console (APIs & Services > Credentials)" clientSecret: type: "string" description: "Google OAuth2 Client Secret from Google Cloud Console" redirectUri: type: "string" default: "http://localhost:3000/oauth2callback" description: "OAuth2 redirect URI (must match the one configured in Google Cloud Console)" refreshToken: type: "string" description: "Optional: Pre-existing refresh token for accessing user's calendar data" required: ["clientId", "clientSecret"] exampleConfig: clientId: "123456789012-abcdefghijklmnopqrstuvwxyz012345.apps.googleusercontent.com" clientSecret: "GOCSPX-abcdefghijklmnopqrstuvwxyz012345" redirectUri: "http://localhost:3000/oauth2callback"

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/goldk3y/google-calendar-mcp'

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