atlas-mcp-server: Instructions file for Claude Code

CLAUDE.md

atlas-mcp-server CLAUDE.md is an instructions file for Claude Code from cyanheads/atlas-mcp-server. It costs 843 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for the ATLAS MCP server, a program that lets AI tools access a Neo4j graph database. They document commands for building, running, testing, and managing the database.

In plain words
What is it for?
Building and formatting the TypeScript server, running it through standard input/output or HTTP, starting Neo4j with Docker, creating or restoring backups, and using debugging or data-viewing tools.
Why use it?
They give coding agents the project-specific commands and architecture they need to work safely without guessing. They also document that restoring a database backup is destructive.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Claude Code.

This is cyanheads/atlas-mcp-server's own configuration. It tells Claude Code how to work on atlas-mcp-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything atlas-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to cyanheads/atlas-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/cyanheads/atlas-mcp-server/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/cyanheads/atlas-mcp-server

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for atlas-mcp-server CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/cyanheads/atlas-mcp-server/claude-md/github.svg)](https://agentmods.dev/instructions/cyanheads/atlas-mcp-server/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/cyanheads/atlas-mcp-server/claude-md"><img src="https://agentmods.dev/badge/instructions/cyanheads/atlas-mcp-server/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for atlas-mcp-server CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/cyanheads/atlas-mcp-server/claude-md"><img src="https://agentmods.dev/badge/instructions/cyanheads/atlas-mcp-server/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 843 This file is loaded in full into every session.
When invoked 843 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00843 $0.00843
Opus 5 $0.00421 $0.00421
Sonnet 5 $0.00169 $0.00169
Haiku 4.5 $0.00084 $0.00084

Measured 10d ago against content hash 4e00fbaa5aa3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

atlas-mcp-server CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 98 lines

How it starts

The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Essential Development Commands

Build and Development

  • npm run build - Build the TypeScript project and make executable
  • npm run dev - Watch mode for TypeScript compilation
  • npm run rebuild - Clean and rebuild project completely
  • npm run format - Format code with Prettier

Database Operations

  • npm run db:backup - Create database backup with timestamped directory
  • npm run db:import <backup_path> - Restore database from backup (destructive)
  • docker-compose up -d - Start Neo4j database
  • docker-compose down - Stop Neo4j database

Running the Server

  • npm run start:stdio - Run with stdio transport (default for MCP clients)
  • npm run start:http - Run with HTTP transport on localhost:3010
  • npm run inspector - Run MCP inspector for debugging

Testing and Quality

  • npm run webui - Open basic web UI for viewing data
  • npm run tree - Generate project structure documentation

Core Architecture

ATLAS is an MCP (Model Context Protocol) server with a three-tier Neo4j-backed architecture:

Transport Layer (src/mcp/transports/):

  • stdioTransport.ts - Direct stdio communication (default)
  • httpTransport.ts - HTTP server with authentication/rate limiting

MCP Layer (src/mcp/):

  • server.ts - Main MCP server setup, tool/resource registration
  • tools/ - MCP tool implementations (15 total tools)
  • resources/ - MCP resource handlers for direct data access

Data Layer (src/services/neo4j/):

  • Core services: projectService.ts, taskService.ts, knowledgeService.ts
  • searchService.ts - Unified search across all entities
  • backupRestoreService.ts - Database backup/restore operations

Three-Tier Data Model:

PROJECT (top-level containers)
├── TASK (actionable items within projects)
├── KNOWLEDGE (information/context for projects)
└── DEPENDENCIES (relationships between entities)

Read the full file on GitHub · 98 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 98 lines · 843 tokens per session scan A 4e00fbaa5aa3

Subscribe to this mod's changes

atlas-mcp-server CLAUDE.md is an instructions file published in the GitHub repository cyanheads/atlas-mcp-server (477 stars, last pushed 1y ago), licensed Apache-2.0. It adds 843 tokens to every session, about $0.0042 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories