diff --git a/servers/gmail/server.yaml b/servers/gmail/server.yaml new file mode 100644 index 0000000..806d761 --- /dev/null +++ b/servers/gmail/server.yaml @@ -0,0 +1,35 @@ +name: gmail +image: mcp/gmail +type: server +meta: + category: productivity + tags: + - email + - gmail +about: + title: Gmail Email Client + description: Secure email management for Gmail accounts + icon: https://cdn.example.com/gmail-icon.png # 512x512 PNG +source: + project: https://github.com/shreyannandanwar/gmail-mcp-server +config: + description: Configure Gmail OAuth credentials + secrets: + - name: gmail.client_secret + env: GMAIL_CLIENT_SECRET + example: + env: + - name: GMAIL_CLIENT_ID + example: + value: '{{gmail.client_id}}' + parameters: + type: object + properties: + client_id: + type: string + required: + - client_id +oauth: + - provider: google + secret: gmail.oauth_token + env: GMAIL_OAUTH_TOKEN \ No newline at end of file