StickyInc
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | API key for OpenAI (direct provider) | |
| STICKYINC_MODEL | No | Override the model for any provider | |
| ANTHROPIC_API_KEY | No | API key for Anthropic (direct provider) | |
| OPENROUTER_API_KEY | No | API key for OpenRouter |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_taskA | Add a todo to StickyInc. The user sees it appear in their floating pane. |
| add_task_naturalA | Parse a free-text phrase like 'call dentist Friday 3pm' into a task with optional due date, using the configured LLM (Anthropic/OpenRouter/OpenAI). |
| list_tasksB | List open StickyInc tasks (or all, with include_completed=true). |
| complete_taskA | Mark a StickyInc task done by id. |
| list_doneA | List recently completed StickyInc tasks, with optional archive of older completions. |
| schedule_eventB | Schedule an event. v0.1 stores as a dated task; v0.3 will call Google Calendar create_event. |
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
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/Astralchemist/stickyinc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server