Skip to main content
Glama
bmewing

statistician-mcp

by bmewing

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STATMCP_DATA_DIRNoDirectory for local storage and SQLite key database. Default is a local directory.
STATMCP_API_TOKENNoStatic bearer token for token auth mode. If unset, authentication is disabled (dev only).
STATMCP_AUTH_MODENoAuthentication mode: token, keys, or oauth. Defaults to token.token
STATMCP_SPACES_KEYNoSpaces access key. Required if bucket is set.
STATMCP_DATABASE_URLNoPostgres connection string for the key store in keys mode. If unset, uses SQLite at {STATMCP_DATA_DIR}/keys.db.
STATMCP_OAUTH_ISSUERNoOAuth issuer URL (e.g., https://your-tenant.kinde.com). Required when STATMCP_AUTH_MODE=oauth.
STATMCP_SPACES_BUCKETNoDigitalOcean Spaces bucket name. Set to use Spaces storage instead of local disk.
STATMCP_SPACES_PREFIXNoPrefix for keys stored in the bucket. Defaults to statistician-mcp.statistician-mcp
STATMCP_SPACES_REGIONNoSpaces region. Defaults to nyc3.nyc3
STATMCP_SPACES_SECRETNoSpaces secret key. Required if bucket is set.
STATMCP_OAUTH_AUDIENCENoOAuth audience (must match the token's aud claim). Required when STATMCP_AUTH_MODE=oauth.
STATMCP_PUBLIC_BASE_URLNoPublic HTTPS URL of the deployment, used to resolve artifact links.
STATMCP_SPACES_ENDPOINTNoSpaces endpoint URL (e.g., https://nyc3.digitaloceanspaces.com). Required if bucket is set.
STATMCP_OAUTH_REQUIRED_PERMISSIONNoPermission required in the token's permissions claim. Default is access:statistician-mcp.access:statistician-mcp

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/bmewing/statistician_mcp'

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