ATLAS (Adaptive Task & Logic Automation System) is a Model Context Protocol server that provides hierarchical task management capabilities to Large Language Models. This tool provides LLMs with the structure and context needed to manage complex tasks and dependencies.
Create projects with unique names and optional descriptions. Supports both single project creation and bulk operations for multiple projects.
Update existing project properties including name, description, and status. Supports both single project updates and bulk operations.
Delete projects and their associated data from the system. Supports both single project deletion and bulk operations for multiple projects.
Add notes to projects for documentation and tracking. Supports both single note creation and bulk operations with optional categorization tags.
Add links to external resources like documentation, designs, or repositories. Supports both single link creation and bulk operations with optional categorization.
Update existing project link properties including title, URL, description, and category. Supports both single and bulk update operations.
Delete links from projects permanently. Supports both single link deletion and bulk operations for multiple links.
Unified tool for retrieving project information in various formats. Consolidates project retrieval endpoints (all, details, notes, links, dependencies, members) into a single tool with filtering capabilities.
Add users to projects with role-based access control. Supports both single member addition and bulk operations with different permission levels.
Remove members from projects permanently. Supports both single member removal and bulk operations for multiple members.
List all members of a project with their roles and join dates, ordered by join time with owners listed first.
Define relationships between projects with specific dependency types. Supports both single dependency creation and bulk operations with detailed descriptions.
Remove dependency relationships between projects. Supports both single dependency removal and bulk operations for multiple dependencies.
List all dependencies and dependents for a project, showing both projects it depends on and projects that depend on it.
Create a new whiteboard workspace with optional initial data and schema validation. Can be linked to projects for organization.
Update whiteboard data by merging or replacing content. Supports partial updates to specific fields or complete data replacement.
Retrieve whiteboard data with version control. Access either the latest version or a specific historical version by number.
Delete a whiteboard and its entire version history permanently. This operation cannot be undone.
Search the database for nodes with specific property values. Supports case-insensitive, wildcard, and fuzzy matching with pagination options.
Clean the database by removing all nodes and relationships, then reinitialize the schema. This operation cannot be undone.
Lists available skills with optional fuzzy name matching. Can be used to discover all available skills or find specific skills by keyword.
Executes specific skills (individually or combined). Supports dot notation for combining multiple skills (e.g., 'software-engineer.typescript.git') and accepts custom parameters.
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs