gchat-claude-channel
by magichao326
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GCHAT_SPACE | Yes | The Google Chat space ID to watch (e.g., spaces/AAAAAAAAAAA) | |
| GCHAT_CLIENT_ID | No | OAuth 2.0 client ID (used with refresh token trio) | |
| GCHAT_STATE_DIR | No | Directory for state files such as heartbeat and inbox (default: current directory) | |
| GCHAT_CLIENT_SECRET | No | OAuth 2.0 client secret (used with refresh token trio) | |
| GCHAT_REFRESH_TOKEN | No | OAuth 2.0 refresh token (used with refresh token trio) | |
| GCHAT_TOKEN_COMMAND | No | Command that prints an access token (e.g., gcloud auth print-access-token). Alternative to OAuth refresh token trio. | |
| GCHAT_ALLOWED_SENDERS | Yes | Comma-separated list of Google user resource names allowed to send messages (e.g., users/1234567890). Must not be empty. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| experimental | {
"claude/channel": {}
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| replyA | Send a message back to the Google Chat space. Text over 4000 chars is auto-split. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/magichao326/gchat-claude-channel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server