Threads MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_threadC | Create a new thread for tracking an activity stream |
| update_threadC | Update properties of an existing thread |
| archive_threadC | Archive a thread (optionally with children) |
| delete_threadC | Permanently delete a thread |
| get_threadC | Get a single thread by ID or name |
| add_progressC | Add a progress note to a thread |
| list_progressC | Get progress history for a thread |
| edit_progressC | Edit an existing progress entry |
| delete_progressC | Delete a progress entry |
| create_containerC | Create a new container for organizing threads |
| update_containerC | Update properties of a container |
| delete_containerC | Delete a container |
| create_groupC | Create a new group for cross-cutting organization |
| update_groupC | Update properties of a group |
| delete_groupC | Delete a group |
| set_parentC | Set the parent of a thread or container |
| move_to_groupC | Move a thread or container to a group |
| get_childrenC | Get immediate children of an entity |
| get_ancestorsC | Get all ancestors of an entity (path to root) |
| get_subtreeC | Get the full subtree rooted at an entity |
| list_threadsC | List threads with optional filtering |
| list_containersC | List containers with optional filtering |
| list_groupsB | List all groups |
| search_threadsC | Search threads and containers by text query |
| get_next_actionB | Suggest the next thread to work on based on priority |
| get_full_treeC | Get the complete hierarchy tree |
| get_entityC | Get any entity (thread or container) by ID or name |
| get_containerC | Get a container by ID or name |
| get_groupC | Get a group by ID or name |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| All Threads | List of all threads in the system |
| Active Threads | Threads with active status |
| Hot Threads | Threads with hot or warm temperature |
| All Containers | List of all containers in the system |
| All Groups | List of all groups in the system |
| Full Hierarchy Tree | Complete hierarchy of all threads and containers |
| Next Action | Suggested next thread to work on |
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/JoshuaRamirez/threads-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server