Strety MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STRETY_CLIENT_ID | Yes | Your Strety OAuth client ID | |
| STRETY_ACCESS_TOKEN | Yes | Your Strety access token | |
| STRETY_CLIENT_SECRET | Yes | Your Strety OAuth client secret | |
| STRETY_REFRESH_TOKEN | Yes | Your Strety refresh token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| strety_list_todosA | List todos from Strety. Can filter by assignee name and completion status. Returns todos sorted by due date. |
| strety_get_todoA | Get full details of a specific todo by its ID |
| strety_list_peopleA | List all people in the Strety organization. Useful for finding assignee names/IDs. |
| strety_list_goalsA | List goals (rocks) from Strety. Can filter by assignee name and completion status. Returns goals sorted by due date. |
| strety_create_todoA | Create a new todo in Strety. Returns the created todo with its ID. |
| strety_update_todoA | Update an existing todo in Strety. Only provide fields you want to change. Handles ETag automatically. |
| strety_complete_todoA | Mark a todo as complete (or uncomplete it). Handles ETag automatically. |
| strety_delete_todoA | Permanently delete a todo from Strety. This cannot be undone. |
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
- 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/brentwpeterson/mcp-strety'
If you have feedback or need assistance with the MCP directory API, please join our Discord server