atlas-mcp-server
Basic Information
This repository provides ATLAS, an MCP (Model Context Protocol) server implemented in TypeScript that exposes a project, task, and knowledge management system for LLM agents. It is designed as a 3-node architecture where Projects, Tasks, and Knowledge are first-class entities and can be related and enriched with metadata, dependencies, tags and citations. The server implements MCP resources and tools so MCP-compatible clients and agent models (for example IDE extensions or desktop clients) can create, list, update, delete and search projects, tasks and knowledge items programmatically. The project is built to run against a Neo4j graph database (transitioned from SQLite in earlier versions) and includes Docker compose configuration, environment-driven configuration, build and start scripts and an experimental web UI for browsing stored data.