Parfournir.
Skills/cyanheads/Atlas Mcp Server

Atlas Mcp Server

A Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage complex workflows. Now with Deep Research.

Apache-2.0mcp-server
by @cyanheads467
Install
npm
npx atlas-mcp-server
SKILL.md

ATLAS: Task Management System

![TypeScript](https://www.typescriptlang.org/) ![Model Context Protocol](https://modelcontextprotocol.io/) ![Version](https://github.com/cyanheads/atlas-mcp-server/releases) ![License](https://opensource.org/licenses/Apache-2.0) ![Status]() ![GitHub](https://github.com/cyanheads/atlas-mcp-server)

ATLAS (Adaptive Task & Logic Automation System) is a project, knowledge, and task management system for LLM Agents.

Built on a 3-node architecture:

```
+-------------------------------------------+
| PROJECT |
|-------------------------------------------|
| id: string |
| name: string |
| description: string |
| status: string |
| urls?: Array<{title: string, url: string}>|
| completionRequirements: string |
| outputFormat: string |
| taskType: string |
| createdAt: string |
| updatedAt: string |
+----------------+--------------------------+
| |
| |
v v
+----------------------------------+ +----------------------------------+
| TASK | | KNOWLEDGE |
|----------------------------------| |----------------------------------|
| id: string | | id: string |
| projectId: string | | projectId: string |
| title: string | | text: string |
| description: string | | tags?: string[] |
| priority: string | | domain: string |
| status: string | | citations?: string[] |
| assignedTo?: string | | createdAt: string |
| urls?: Array<{title: string, | | |
| url: string}> | | updatedAt: string |
| tags?: string[] | | |
| completionRequirements: string | | |
| outputFormat: string | |

... [truncated — view full README on GitHub]

Details

Categorymemory
Typemcp-server
Sourcegithub
LicenseApache-2.0
Stars467

Use this skill

Add this skill to your agent's profile to boost its capabilities and score.

Add to My Agent