Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STEADY_EMAIL | No | Your Steady account email address | |
| STEADY_BASE_URL | No | The base URL for the Steady web app | https://app.steady.space |
| STEADY_PASSWORD | No | Your Steady account password (plaintext - not recommended for production) | |
| STEADY_MCP_DEBUG | No | Enable debug output (warning: may include sensitive cookies). Set to '1' to enable. | 0 |
| STEADY_COOKIES_PATH | No | Override path for cookies.txt file | |
| STEADY_COOKIE_JAR_PATH | No | Override path for cookiejar.txt file (curl jar format) | |
| STEADY_KEYCHAIN_ACCOUNT | No | macOS Keychain account name for password lookup (typically your email) | |
| STEADY_KEYCHAIN_SERVICE | No | macOS Keychain service name for password lookup | steady-mcp |
| STEADY_PASSWORD_COMMAND | No | Command that prints the password to stdout (no prompts). Recommended over plaintext password. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| steady_login | Log into Steady using the email+password flow and store fresh cookies locally for other tools to use. Reads credentials from env vars (STEADY_EMAIL + STEADY_PASSWORD or STEADY_PASSWORD_COMMAND or macOS Keychain). |
| steady_set_cookies | Store Steady cookies (Cookie header value) locally so other tools can authenticate. Provide at least remember_user_token and/or _sthr_session. |
| steady_ping | Verify the stored cookies can access Steady (checks /check-ins). |
| steady_list_teams | List available teams (name + id) from the check-in edit page for a date (default: today). |
| steady_submit_checkin | Submit today's Steady check-in for ONE team (no official API; uses Steady's web form). Supports: previous work, next work, blockers, and mood. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |