Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AUTH_TOKENYesRequired bearer token used by MCP clients and agents to authenticate with the server. The server will not start without it.
REDIS_ADDRNoRedis address used when MCP_SESSION_STORE=redis.
MCP_SESSION_STORENoSession store backend; set to 'redis' to use a Redis-backed store instead of the default in-memory/file-backed store.memory
RC_SHELL_DENYLISTNoNewline-separated regex patterns that a shell command must not match before being dispatched.
RC_AUDIT_FULL_ARGSNoSet to 'true' to record full tool arguments in the audit log instead of SHA-256 digests.
RC_FS_SKIP_CONFIRMNoSet to 'true' to skip the confirmation prompt for filesystem tool calls.
RC_SHELL_ALLOWLISTNoNewline-separated regex patterns that a shell command must pass before being dispatched.
RC_SHELL_SKIP_CONFIRMNoSet to 'true' to skip the confirmation prompt for shell tool calls.
RC_PROCESS_SKIP_CONFIRMNoSet to 'true' to skip the confirmation prompt for process tool calls.
RC_GLOBAL_FS_ALLOWED_ROOTSNoComma-separated absolute paths that restrict which filesystem paths the server-side tools can access.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/champi-ai/rc-mcp'

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