MCP Directory
Back

atlas-mcp-server

by cyanheads · TypeScript · ★ 477

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.

#agents#ai#cyanheads#deep-research#graph-database#mcp#model-context-protocol#neo4j#task-management

Install

npx -y github:cyanheads/atlas-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "atlas-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:cyanheads/atlas-mcp-server"
      ]
    }
  }
}

From the README

[](https://www.typescriptlang.org/) [](https://modelcontextprotocol.io/) [](https://github.com/cyanheads/atlas-mcp-server/releases) [](https://opensource.org/licenses/Apache-2.0) []() [](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: Implemented as a Model Context Protocol (MCP) server, ATLAS allows LLM agents to interact with a project management database, enabling them to manage projects, tasks, and knowledge items. > **Important Version Note…
Read full README on GitHub →

Related databases servers