Skip to main content
Glama
ypotheto

statistician-mcp

by ypotheto

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STATMCP_DATA_DIRNoDirectory for storing datasets, artifacts, and the default SQLite keys database../data
STATMCP_API_TOKENNoUsed when STATMCP_AUTH_MODE=token. If empty/unset, authentication is disabled (dev only).
STATMCP_AUTH_MODENoAuthentication mode: 'token' (single static bearer token) or 'keys' (per-tenant API keys). Defaults to 'token'.token
STATMCP_SPACES_KEYNoSpaces access key ID. Required if STATMCP_SPACES_BUCKET is set.
STATMCP_DATABASE_URLNoDatabase URL for the key store. Defaults to SQLite at keys.db in the data directory. Set to a Postgres DSN (e.g., postgresql://user:pass@host/db) for hosted deployments.sqlite:///{STATMCP_DATA_DIR}/keys.db
STATMCP_SPACES_BUCKETNoSwitches storage backend to DigitalOcean Spaces. If set, the following STATMCP_SPACES_* variables must also be provided.
STATMCP_SPACES_PREFIXNoPrefix for object keys in the bucket. Optional, defaults to 'statistician-mcp'.statistician-mcp
STATMCP_SPACES_REGIONNoSpaces region. Optional, defaults to 'nyc3'.nyc3
STATMCP_SPACES_SECRETNoSpaces secret access key. Required if STATMCP_SPACES_BUCKET is set.
STATMCP_PUBLIC_BASE_URLNoPublic HTTPS URL of the server (e.g., https://example.com). Used for generating artifact links. Required if serving over HTTP with a public URL.
STATMCP_SPACES_ENDPOINTNoSpaces endpoint URL (e.g., https://nyc3.digitaloceanspaces.com). Required if STATMCP_SPACES_BUCKET is set.

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/ypotheto/statistician-mcp'

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