Streamline MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPABASE_URL | Yes | The Supabase project URL (e.g., https://YOUR_PROJECT_ID.supabase.co) | |
| SUPABASE_API_KEY | Yes | The Supabase service_role API key | |
| SUPABASE_USER_ID | Yes | The Supabase User UUID |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_tasksB | Search tasks by name, tags, due date, or status. |
| read_taskC | Get full details of a task by UUID. |
| create_taskC | Create a new task. |
| update_taskC | Update a task. |
| complete_taskC | Mark a task as completed or uncompleted. |
| delete_taskC | Move task to trash or delete permanently. |
| search_notesC | Search notes by title, content, or tags. |
| read_noteC | Get full content of a note by UUID. |
| create_noteC | Create a new note with markdown content. |
| update_noteB | Update a note. Use 'append' to add to existing content. |
| delete_noteC | Move note to trash or delete permanently. |
| list_tagsB | List all tags with usage counts. |
| create_tagC | Create a new tag. |
| tag_itemC | Add a tag to a task or note. |
| untag_itemC | Remove a tag from a task or note. |
| list_workspacesB | List all workspaces. |
| read_workspaceC | Get workspace details. |
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/RosTeHeA/streamline-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server