Skip to main content
Glama
psyb0t

io.github.psyb0t/rankrat

by psyb0t

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RANKRAT_URLNoUsed by the OpenClaw bridge for a shared HTTP server URL.
RANKRAT_IMAGENoHost-side environment variable read by rankrat.sh to override the Docker image.
RANKRAT_OAUTHNoHost-side environment variable read by rankrat.sh to point at a non-default oauth path.
RANKRAT_SECRETSNoHost-side environment variable read by rankrat.sh to point at a non-default secrets path.
RANKRAT_ENV_FILENoHost-side environment variable read by rankrat.sh to point at a non-default .env file.
RANKRAT_HTTP_HOSTNoBind host for HTTP mode inside the container (used with rankrat.sh http / docker run http).127.0.0.1
RANKRAT_HTTP_PORTNoHost-side environment variable read by rankrat.sh to override HTTP port (default 8080).8080
RANKRAT_OAUTH_DIRNoUsed by the OpenClaw bridge to point at the oauth directory.
RANKRAT_READ_ONLYYesDefault true (read-only). Set to false to enable write services, REST write routes, and MCP write tools.true
RANKRAT_TRANSPORTNoUsed by the OpenClaw bridge to choose transport (stdio or http).stdio
RANKRAT_UNBOUNDEDNoSet to true to enable unbounded bootstrap mode (bypasses resource allow-lists; requires RANKRAT_READ_ONLY=false).false
RANKRAT_AUTH_TOKENNoUsed by the OpenClaw bridge as a bearer token when a bearer secret is configured.
RANKRAT_BOUNDARIESNoHost-side environment variable read by rankrat.sh to point at a non-default config/boundaries path.
RANKRAT_CONFIG_DIRNoUsed by the OpenClaw bridge to point at the config directory.
RANKRAT_SECRETS_DIRNoUsed by the OpenClaw bridge to point at the secrets directory.
RANKRAT_BOUNDARY_FILEYesPath to the boundary file inside the container.
RANKRAT_OAUTH_TOKEN_ROOTNoPath to the OAuth token root directory inside the container.
RANKRAT_OAUTH_CALLBACK_PORTNoHost-side environment variable read by rankrat.sh for the OAuth callback port (default 49152).49152
RANKRAT_ALLOW_AGENT_ONBOARDINGNoSet to true to allow MCP agents to call site onboard-submit (requires RANKRAT_READ_ONLY=false).false
RANKRAT_HTTP_BEARER_SECRET_FILENoPath inside the container to the HTTP bearer secret file.
RANKRAT_RUN_LIVE_INDEXNOW_SUBMISSIONNoUsed in verification; set to true for real external IndexNow submission.false

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/psyb0t/rankrat'

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