ATLAS MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ATLAS MCP Serverstart an advisory session"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ATLAS — Adaptive Total Life Advisory System
Your AI-powered career coach, life strategist, and business consultant.
ATLAS is a Claude Code plugin that transforms Claude into a retained personal advisor — one that remembers your context, tracks your commitments, flags contradictions, and holds you accountable.
┌─────────────────────────────┐
│ ATLAS MCP │
│ Advisory Intelligence │
└──────────┬──────────────────┘
│
┌────────────────┼────────────────┐
│ │ │
┌────────▼───────┐ ┌─────▼──────┐ ┌───────▼────────┐
│ Therapist │ │ Business │ │ Functional │
│ Lens │ │ Coach │ │ Advisor │
│ │ │ Lens │ │ Lens │
│ • Patterns │ │ • Strategy │ │ • Genetics │
│ • Behaviors │ │ • Markets │ │ • Energy │
│ • Psychology │ │ • Accounta- │ │ • Health │
│ • Blind spots │ │ bility │ │ • Optimization │
└────────┬───────┘ └─────┬──────┘ └───────┬────────┘
│ │ │
└────────────────┼────────────────┘
│
┌──────────▼──────────────────┐
│ Integrated Advisory Output │
│ Grounded in verified data │
└─────────────────────────────┘Install as Claude Code Plugin (Recommended)
Step 1 — Add the marketplace
In Claude Code, run:
/configThen add to your settings.json:
{
"extraKnownMarketplaces": {
"atlas": {
"source": {
"source": "github",
"repo": "Ak47dev-biz/atlas-mcp-server"
}
}
},
"enabledPlugins": {
"atlas@atlas": true
}
}Step 2 — Restart Claude Code
The plugin loads on startup. Once active, you get four slash commands:
Command | Description |
| Start an advisory session |
| First-time setup — create your client profile |
| Weekly accountability and progress review |
| Deep-dive multi-lens analysis of a specific opportunity |
Step 3 — Get started
/atlas-onboardThis walks you through a guided intake conversation to build your profile.
Related MCP server: Chronos MCP
Alternative: Standalone MCP Server
If you prefer to use ATLAS as a standalone MCP server without the plugin system:
Claude Code
claude mcp add atlas node /absolute/path/to/atlas-mcp-server/dist/index.jsRemove when done:
claude mcp remove atlasClaude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"atlas": {
"command": "node",
"args": ["/absolute/path/to/atlas-mcp-server/dist/index.js"],
"env": {
"ATLAS_DATA_DIR": "/path/to/your/atlas/data"
}
}
}
}Build from Source
git clone https://github.com/Ak47dev-biz/atlas-mcp-server.git
cd atlas-mcp-server
npm install
npm run buildFeatures
Three Advisory Lenses — Therapist (behavioral patterns), Business Coach (strategy & accountability), Functional Advisor (health & optimization)
Persistent Memory — All data stored locally as JSON files. Nothing leaves your machine.
Slash Commands —
/atlas,/atlas-onboard,/atlas-review,/atlas-opportunityAccountability Tracking — Commitments with deadlines and automatic overdue detection
Advice Consistency — Every piece of advice is logged so Claude can check past recommendations
Anti-Hallucination — System prompt enforces that Claude only uses verified facts, never invents details
Document Ingestion — Feed in resumes, LinkedIn profiles, chat histories, genetic data, and health markers
Structured Frameworks — Career decision matrices, business decision frameworks, opportunity analysis
Session Continuity — Sessions are logged so Claude picks up where you left off
Slash Commands
/atlas — Start a Session
Opens a full advisory session. ATLAS loads your profile, checks pending commitments, and greets you with context. Use this for career discussions, decision-making, goal-setting, or any advisory need.
/atlas-onboard — First-Time Setup
Guided onboarding conversation that builds your client profile across all three lenses. Covers career background, goals, decision-making patterns, and optional health/genetic data.
/atlas-review — Weekly Review
Structured accountability review:
Commitment status (completed, pending, overdue)
Goal progress and milestone tracking
Pattern detection across all three lenses
Forward planning with new commitments
/atlas-opportunity — Opportunity Analysis
Deep-dive analysis of a specific opportunity (job offer, business deal, partnership, career move) using all three advisory lenses with a structured recommendation.
Tools Reference
Profile Management
Tool | Description |
| Create a new client profile |
| Retrieve full profile across all lenses |
| Update specific profile sections |
Document Ingestion
Tool | Description |
| Parse and store career facts from resume text |
| Store LinkedIn profile data |
| Analyze past conversations for behavioral patterns |
| Store SNP/genetic data (23andMe, Ancestry, etc.) |
| Store health markers, labs, sleep, nutrition |
Structured Data
Tool | Description |
| Add a single verified career entry |
| Record an observed behavioral pattern |
| Track a new goal with milestones |
| Update goal status or complete milestones |
Accountability
Tool | Description |
| Log a commitment with a deadline |
| Mark a commitment as completed |
| Full review with automatic overdue detection |
Advisory
Tool | Description |
| Log an advisory session for continuity |
| Search past advice for consistency |
| Structured multi-lens opportunity analysis |
Resources
Resources provide read-only access to ATLAS data:
URI | Description |
| Client profile overview |
| All verified career facts |
| Observed behavioral patterns |
| Active goals and milestones |
| Commitments and tracking |
| Genetic and health data |
| Past session logs |
| Past advice for consistency |
Data Storage
All data is stored locally as JSON files. No external services, no databases, no cloud.
~/.atlas/data/ # Default (override with ATLAS_DATA_DIR)
├── profile.json # Core client profile
├── facts/
│ ├── career.json # Verified career facts
│ └── achievements.json # Notable achievements
├── patterns/
│ ├── behavioral.json # Observed patterns
│ └── themes.json # Recurring themes
├── goals/
│ └── active.json # Goals with milestones
├── accountability/
│ ├── commitments.json # Tracked commitments
│ └── advice_log.json # Past advice for consistency
├── functional/
│ ├── genetic.json # SNP/genetic data
│ └── health.json # Health markers
├── documents/ # Raw ingested documents
│ ├── resume.json
│ ├── linkedin.json
│ └── chat_*.json
└── sessions/
└── log.json # Session historyYour data is yours. Back it up, version control it, or delete it anytime.
Philosophy
ATLAS exists because the best advice comes from advisors who know you deeply — your patterns, your goals, your contradictions, and your context. Most people can't afford a team of a therapist, business coach, and health optimizer working together. ATLAS bridges that gap by giving Claude the memory and structure to serve as that integrated advisory team.
Principles:
Privacy first — Your data never leaves your machine. Period.
Facts over assumptions — ATLAS only works with verified information.
Accountability over comfort — Good advisors tell you what you need to hear.
Integration over isolation — Career, psychology, and health are interconnected.
Tools over magic — The MCP server is a data layer. Claude provides the intelligence.
Contributing
Contributions welcome! Areas where help is appreciated:
Additional ingestion tools — support for more data formats
Visualization — dashboards for goals, patterns, accountability
Export — structured reports in various formats
Testing — test coverage for all tools
Documentation — guides for specific use cases
New skills — additional slash commands for specific workflows
Please open an issue before starting work on major features.
Roadmap
Core MCP server with tools, resources, and prompts
Local JSON storage
Three advisory lenses
Accountability tracking with overdue detection
Advice consistency logging
Claude Code plugin with slash commands
GitHub Actions CI pipeline
Comprehensive test suite
Data export and reporting
Web-based dashboard
Multi-client support
Encrypted data storage
Plugin system for custom lenses
License
MIT — see LICENSE.
Disclaimer
ATLAS is an AI advisory tool, not a replacement for licensed professionals. It does not provide medical, legal, or financial advice. Always consult qualified professionals for decisions in those domains. ATLAS provides strategic context, pattern recognition, and accountability — the thinking is yours.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ak47dev-biz/ATLAS-Career-Coach-Life-Strategist-Business-Consultant-Plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server