Skip to main content
Glama
magichao326

gchat-claude-channel

by magichao326

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GCHAT_SPACEYesThe Google Chat space ID to watch (e.g., spaces/AAAAAAAAAAA)
GCHAT_CLIENT_IDNoOAuth 2.0 client ID (used with refresh token trio)
GCHAT_STATE_DIRNoDirectory for state files such as heartbeat and inbox (default: current directory)
GCHAT_CLIENT_SECRETNoOAuth 2.0 client secret (used with refresh token trio)
GCHAT_REFRESH_TOKENNoOAuth 2.0 refresh token (used with refresh token trio)
GCHAT_TOKEN_COMMANDNoCommand that prints an access token (e.g., gcloud auth print-access-token). Alternative to OAuth refresh token trio.
GCHAT_ALLOWED_SENDERSYesComma-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

CapabilityDetails
tools
{}
experimental
{
  "claude/channel": {}
}

Tools

Functions exposed to the LLM to take actions

NameDescription
replyA

Send a message back to the Google Chat space. Text over 4000 chars is auto-split.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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