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.

GitHub Stars

256

User Rating

Not Rated

Favorites

0

Views

11

Forks

39

Issues

8

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher
Claude Desktop: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/cyanheads/atlas-mcp-server.git
cd atlas-mcp-server

2. Install Dependencies

bash
npm install

3. Configure Claude Desktop

Edit claude_desktop_config.json to add the MCP server:
json
{
  "mcpServers": {
    "atlas-mcp-server": {
      "command": "node",
      "args": ["path/to/server.js"]
    }
  }
}

4. Start Server

bash
npm start

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.
Author Information
Casey Hand

Software Engineer | Building AI Infrastructure with the Model Context Protocol (MCP)

Seattle, WA

85

Followers

27

Repositories

0

Gists

0

Total Contributions

Related MCPs
clickup-mcp-server logo

ClickUp MCP Server - Integrate ClickUp project management with AI through Model Context Protocol

TypeScript
mcp-router logo

A Unified MCP Server Management App

TypeScript
mcp-server-typescript logo

DataForSEO API modelcontextprotocol server

TypeScript