Discover and explore top open-source AI tools and projects—updated daily.
LLM agent task and knowledge management server
Top 97.5% on SourcePulse
ATLAS is a Model Context Protocol (MCP) server designed for LLM agents, providing a structured three-tier architecture (Projects, Tasks, Knowledge) for managing complex workflows and deep research. It targets developers and researchers building AI agents that require robust project and task management capabilities, offering a standardized interface for LLM interaction with external systems.
How It Works
ATLAS leverages Neo4j as its backend database, utilizing its graph capabilities to manage intricate relationships between projects, tasks, and knowledge items. This approach allows for efficient querying of dependencies and contextual information, crucial for complex agent workflows. The system implements the Model Context Protocol (MCP) for standardized communication between LLM agents and the server, supporting both standard I/O and streamable HTTP transport mechanisms.
Quick Start & Requirements
npm install
..env
with Neo4j connection details.npm run start:stdio
(default) or npm run start:http
.Highlighted Details
Maintenance & Community
The project appears to be actively maintained, with recent updates noted. Community interaction channels are not explicitly mentioned in the README.
Licensing & Compatibility
Licensed under the Apache License 2.0, which permits commercial use and linking with closed-source projects.
Limitations & Caveats
Version 1.5.4 was the last to use SQLite; versions 2.0+ exclusively use Neo4j. Production environment use has not been tested. The Web UI is marked as experimental. Database backup/restore is a destructive operation.
1 month ago
Inactive