statistician-mcp
by ypotheto
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STATMCP_DATA_DIR | No | Directory for storing datasets, artifacts, and the default SQLite keys database. | ./data |
| STATMCP_API_TOKEN | No | Used when STATMCP_AUTH_MODE=token. If empty/unset, authentication is disabled (dev only). | |
| STATMCP_AUTH_MODE | No | Authentication mode: 'token' (single static bearer token) or 'keys' (per-tenant API keys). Defaults to 'token'. | token |
| STATMCP_SPACES_KEY | No | Spaces access key ID. Required if STATMCP_SPACES_BUCKET is set. | |
| STATMCP_DATABASE_URL | No | Database 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_BUCKET | No | Switches storage backend to DigitalOcean Spaces. If set, the following STATMCP_SPACES_* variables must also be provided. | |
| STATMCP_SPACES_PREFIX | No | Prefix for object keys in the bucket. Optional, defaults to 'statistician-mcp'. | statistician-mcp |
| STATMCP_SPACES_REGION | No | Spaces region. Optional, defaults to 'nyc3'. | nyc3 |
| STATMCP_SPACES_SECRET | No | Spaces secret access key. Required if STATMCP_SPACES_BUCKET is set. | |
| STATMCP_PUBLIC_BASE_URL | No | Public 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_ENDPOINT | No | Spaces endpoint URL (e.g., https://nyc3.digitaloceanspaces.com). Required if STATMCP_SPACES_BUCKET is set. |
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 | |