Steady MCP
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. |
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 |
|---|---|
| steady_loginA | 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_cookiesA | Store Steady cookies (Cookie header value) locally so other tools can authenticate. Provide at least remember_user_token and/or _sthr_session. |
| steady_pingB | Verify the stored cookies can access Steady (checks /check-ins). |
| steady_list_teamsA | List available teams (name + id) from the check-in edit page for a date (default: today). |
| steady_submit_checkinB | 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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Sarthak-ignite/steady-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server