rc-mcp
by champi-ai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_TOKEN | Yes | Required bearer token used by MCP clients and agents to authenticate with the server. The server will not start without it. | |
| REDIS_ADDR | No | Redis address used when MCP_SESSION_STORE=redis. | |
| MCP_SESSION_STORE | No | Session store backend; set to 'redis' to use a Redis-backed store instead of the default in-memory/file-backed store. | memory |
| RC_SHELL_DENYLIST | No | Newline-separated regex patterns that a shell command must not match before being dispatched. | |
| RC_AUDIT_FULL_ARGS | No | Set to 'true' to record full tool arguments in the audit log instead of SHA-256 digests. | |
| RC_FS_SKIP_CONFIRM | No | Set to 'true' to skip the confirmation prompt for filesystem tool calls. | |
| RC_SHELL_ALLOWLIST | No | Newline-separated regex patterns that a shell command must pass before being dispatched. | |
| RC_SHELL_SKIP_CONFIRM | No | Set to 'true' to skip the confirmation prompt for shell tool calls. | |
| RC_PROCESS_SKIP_CONFIRM | No | Set to 'true' to skip the confirmation prompt for process tool calls. | |
| RC_GLOBAL_FS_ALLOWED_ROOTS | No | Comma-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
| Name | Description |
|---|---|
No tools | |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/champi-ai/rc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server