
ATLAS MCP Server
by cyanheads
Neo4j-powered project, task, and knowledge management system for LLM agents with deep research capabilities.
What it does
ATLAS (Adaptive Task & Logic Automation System) provides a robust three-tier architecture (Projects, Tasks, Knowledge) backed by a Neo4j graph database. It allows LLM agents to manage complex workflows, track project dependencies, and maintain a structured knowledge base, transforming an AI from a simple chatter into a project manager capable of long-term planning and execution.
Tools
atlas_project_create: Creates new projects with defined completion requirements and output formats.atlas_task_create: Generates actionable tasks linked to specific projects with priority and dependency tracking.atlas_knowledge_add: Adds structured knowledge items, including citations and domain categorization.atlas_unified_search: Performs cross-entity search across projects, tasks, and knowledge using fuzzy matching.atlas_deep_research: Initiates a hierarchical research process, creating plans and tasks within the knowledge base.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"atlas": {
"command": "node",
"args": ["/path/to/atlas-mcp-server/dist/index.js"],
"env": {
"NEO4J_URI": "bolt://localhost:7687",
"NEO4J_USER": "neo4j",
"NEO4J_PASSWORD": "your-password"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g atlas-mcp-serverInformation
- Pricing
- free
- Published






