Skip to content

Conversation

@tybalex
Copy link
Collaborator

@tybalex tybalex commented Nov 17, 2025

This is an implementation of Google Groups MCP. This will be used in Bill's LF workflow demo.
Tools included:

  • list/get domains
  • list/get/create/update/delete groups
  • list/get/add/remove group members

@tybalex tybalex self-assigned this Nov 17, 2025
image: ghcr.io/obot-platform/mcp-oauth-proxy:v0.0.1
environment:
DATABASE_DSN: "postgres://oauth_user:oauth_password@postgres_oauth:5432/oauth_proxy?sslmode=disable"
SCOPES_SUPPORTED: "openid,profile,email,https://www.googleapis.com/auth/admin.directory.group,https://www.googleapis.com/auth/admin.directory.group.member,https://www.googleapis.com/auth/admin.directory.domain.readonly"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this adds some new scopes. We will need to get these approved by google before we can ship this.

I assume you also had to enable at least one new api for this to work?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yeah, I had to enable to admin SDK api.

@tybalex tybalex requested a review from g-linville November 19, 2025 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants