ATLAS
Summary
ATLAS, developed by cyanheads, is a Model Context Protocol server that provides hierarchical task management capabilities to Large Language Models. It enables AI assistants to break down complex projects into manageable tasks, track progress, and maintain dependencies within an organized structure. The server implements rich content support, including markdown documentation, code snippets, and structured reasoning documentation. ATLAS stands out by offering a comprehensive task management system tailored for AI-driven project planning and execution. It is particularly useful for applications requiring sophisticated task organization, collaborative AI workflows, or any scenario where an AI system needs to manage and reason about complex, multi-step processes.
Available Actions(14)
atlas_project_create
Creates new projects (single/bulk). Parameters: mode (string), id (optional string), project details (name, description, status, urls, completionRequirements, dependencies, outputFormat, taskType), projects (array of project objects for bulk mode), responseFormat (optional string, default: 'formatted').
atlas_project_list
Lists projects (all/details). Parameters: mode (string, default: 'all'), id (optional string), filters (status, taskType), pagination (page, limit), includes (includeKnowledge, includeTasks), responseFormat (optional string, default: 'formatted').
atlas_project_update
Updates existing projects (single/bulk). Parameters: mode (string), id (optional string), updates (object), projects (array of objects for bulk mode), responseFormat (optional string, default: 'formatted').
atlas_project_delete
Deletes projects (single/bulk). Parameters: mode (string), id (optional string), projectIds (array for bulk mode), responseFormat (optional string, default: 'formatted').
atlas_task_create
Creates new tasks (single/bulk). Parameters: mode (string), id (optional string), projectId (string), task details (title, description, priority, status, assignedTo, urls, tags, completionRequirements, dependencies, outputFormat, taskType), tasks (array of task objects for bulk mode), responseFormat (optional string, default: 'formatted').
atlas_task_update
Updates existing tasks (single/bulk). Parameters: mode (string), id (optional string), updates (object), tasks (array of objects for bulk mode), responseFormat (optional string, default: 'formatted').
atlas_task_delete
Deletes tasks (single/bulk). Parameters: mode (string), id (optional string), taskIds (array for bulk mode), responseFormat (optional string, default: 'formatted').
atlas_task_list
Lists tasks for a specific project. Parameters: projectId (string, required), filters (status, assignedTo, priority, tags, taskType), sorting (sortBy, sortDirection), pagination (page, limit), responseFormat (optional string, default: 'formatted').
atlas_knowledge_add
Adds new knowledge items (single/bulk). Parameters: mode (string), id (optional string), projectId (string), knowledge details (text, tags, domain, citations), knowledge (array of knowledge objects for bulk mode), responseFormat (optional string, default: 'formatted').
atlas_knowledge_delete
Deletes knowledge items (single/bulk). Parameters: mode (string), id (optional string), knowledgeIds (array for bulk mode), responseFormat (optional string, default: 'formatted').
atlas_knowledge_list
Lists knowledge items for a specific project. Parameters: projectId (string, required), filters (tags, domain, search), pagination (page, limit), responseFormat (optional string, default: 'formatted').
atlas_unified_search
Performs unified search across entities. Parameters: value (string, required), property (optional string), filters (entityTypes, taskType), options (caseInsensitive, fuzzy), pagination (page, limit), responseFormat (optional string, default: 'formatted').
atlas_deep_research
Initiates a structured deep research process by creating a hierarchical plan within the Atlas knowledge base. Parameters: projectId (string, required), researchTopic (string, required), researchGoal (string, required), scopeDefinition (optional string), subTopics (array of objects, each with question, initialSearchQueries, nodeId, priority, assignedTo, initialStatus), researchDomain (optional string), initialTags (optional array), planNodeId (optional string), createTasks (optional boolean, default: true), responseFormat (optional string, default: 'formatted').
atlas_database_clean
Completely resets the database, removing all projects, tasks, and knowledge. Parameters: acknowledgement (boolean, must be set to true to confirm, required), responseFormat (optional string, default: 'formatted').
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください