Atlas MCP Server

Atlas MCP Server

Provides an enterprise-grade AI-powered pipeline with 33 professional tools for code analysis, migration, testing, and more, integrated with modern IDEs like Cursor and VS Code.

Category
Visit Server

README

Atlas MCP Server

<div align="center">

npm version npm downloads License: MIT TypeScript Node.js

Enterprise-Grade Agentic AI Pipeline for Modern IDEs

Advanced AI/ML-powered development tools with RAG search, ML bug prediction, intelligent code migration, and comprehensive test generation.

InstallationFeaturesToolsUsageDocumentation

</div>


Overview

Atlas MCP Server transforms your IDE with intelligent development capabilities through a comprehensive analysis pipeline:

Intent → Context → Decomposition → Variants → Critique → Optimization

Natively integrated with Cursor, Windsurf, Claude Desktop, GitHub Copilot, and VS Code.


What's New in Latest Version

Advanced Development Tools Suite

The latest version introduces six powerful tools designed to address complex development challenges:

New Advanced Analysis Tools:

<table> <tr> <td width="30%"><b>Bug Oracle</b></td> <td>Predictive bug detection system analyzing code patterns, complexity metrics, and historical data to forecast potential issues before they occur</td> </tr> <tr> <td><b>Code Whisperer</b></td> <td>Intelligent code suggestion engine providing context-aware recommendations, pattern detection, and best practice enforcement</td> </tr> <tr> <td><b>Codebase Surgeon</b></td> <td>Precision refactoring tool for large-scale codebase transformations with dependency-aware modifications and impact analysis</td> </tr> </table>

Enhanced Development Experience:

<table> <tr> <td width="30%"><b>Semantic Search</b></td> <td>Advanced code search with natural language understanding, finding code by intent rather than keywords</td> </tr> <tr> <td><b>Smart Merge Resolver</b></td> <td>Intelligent conflict resolution for git merges using code analysis and context understanding to suggest optimal merge strategies</td> </tr> <tr> <td><b>Tech Debt Quantifier</b></td> <td>Technical debt measurement and tracking system with actionable metrics and prioritized remediation roadmaps</td> </tr> </table>

Frontend Developer Tools

Comprehensive suite for modern frontend development:

<table> <tr> <td width="30%"><b>Performance Doctor</b></td> <td>Detects React/Vue re-render issues, bundle bloat, memory leaks, and provides specific code fixes with improvement estimates</td> </tr> <tr> <td><b>CSS Wizard</b></td> <td>CSS architecture analyzer - detects specificity conflicts, generates design tokens, converts between BEM/Tailwind/CSS Modules/styled-components</td> </tr> <tr> <td><b>Animation Studio</b></td> <td>Professional animation generator - CSS keyframes, Framer Motion, GSAP timelines, micro-interactions with accessibility support</td> </tr> <tr> <td><b>API Helper</b></td> <td>API integration assistant - generates TypeScript types, React Query/SWR hooks, mock data, Zod schemas, and error handling</td> </tr> </table>


Senior Developer Tools

Expert-level guidance and analysis:

<table> <tr> <td width="30%"><b>Senior Mentor</b></td> <td>Architectural guidance from a 15+ year veteran perspective with trade-off analysis and senior lessons</td> </tr> <tr> <td><b>Performance Optimizer</b></td> <td>Deep performance analysis with Web Vitals optimization and bottleneck detection</td> </tr> <tr> <td><b>Security Scanner</b></td> <td>Enterprise-grade vulnerability detection with compliance assessment (GDPR, CCPA, HIPAA, PCI-DSS)</td> </tr> <tr> <td><b>State Management Architect</b></td> <td>Pattern comparison and scalability analysis for Redux, Zustand, Jotai, Recoil, and more</td> </tr> <tr> <td><b>API Design Consultant</b></td> <td>RESTful and GraphQL API design review with best practices and documentation templates</td> </tr> </table>

AI/ML Powered Tools

Advanced machine learning capabilities:

<table> <tr> <td width="30%"><b>RAG Search</b></td> <td>Semantic code search with knowledge graphs and natural language queries</td> </tr> <tr> <td><b>ML Predictor</b></td> <td>Bug & performance prediction with 70-85% accuracy using machine learning</td> </tr> <tr> <td><b>Code Migration</b></td> <td>Intelligent migration (12 types: JS→TS, React upgrades, Callbacks→Async)</td> </tr> <tr> <td><b>Test Generator</b></td> <td>Advanced test generation with edge cases, mocks, and property-based testing</td> </tr> </table>

Core Professional Tools

Essential development utilities:

<table> <tr> <td width="30%"><b>Refactor</b></td> <td>Code refactoring engine with complexity analysis</td> </tr> <tr> <td><b>Profiler</b></td> <td>Performance profiling & bottleneck detection (O(n), O(n²), etc.)</td> </tr> <tr> <td><b>Review</b></td> <td>Automated code review with quality scores and security checks</td> </tr> <tr> <td><b>Dependencies</b></td> <td>Dependency analysis, unused package detection, vulnerability scanning</td> </tr> <tr> <td><b>Dashboard</b></td> <td>Interactive HTML metrics dashboards with real-time data</td> </tr> <tr> <td><b>Security</b></td> <td>Security vulnerability scanning (CWE, OWASP standards)</td> </tr> <tr> <td><b>Test Gen</b></td> <td>Comprehensive test case generation (Jest, Vitest, Pytest, Mocha)</td> </tr> <tr> <td><b>Docs Gen</b></td> <td>Auto-generate documentation (JSDoc, TSDoc, PyDoc)</td> </tr> </table>


Key Features

<table> <tr> <td width="50%" valign="top">

AI/ML Capabilities

  • RAG Search - Semantic code understanding with knowledge graphs
  • ML Prediction - Bug & performance forecasting (70-85% accuracy)
  • Code Migration - 12 intelligent migration types
  • Test Generation - Advanced test suites with edge cases
  • Bug Oracle - Predictive bug detection and prevention
  • Semantic Search - Natural language code discovery

</td> <td width="50%" valign="top">

Professional Tools

  • Full Pipeline - Intent → Context → Variants → Optimize
  • Quality Analysis - Code review, security, complexity
  • Performance - Profiling, bottleneck detection
  • Automation - Tests, docs, refactoring
  • Tech Debt - Quantification and tracking
  • Merge Resolution - Intelligent conflict handling

</td> </tr> </table>

Why Choose Atlas?

  • Zero Configuration: No API keys required - leverages your IDE's built-in AI (Copilot/Cursor)
  • 33 Professional Tools: Comprehensive suite covering all development needs
  • Agentic Workflow: DAG-based task decomposition for complex problems
  • Context Aware: Deep project structure, dependencies, and git history analysis
  • High Performance: LRU caching, request deduplication, parallel execution
  • Enterprise Ready: Production-grade tools with security and compliance features

Installation

Quick Start (Recommended)

Step 1: Install Globally

Open your terminal and run:

npm install -g atlas-pipeline-mcp

Step 2: Run Auto-Setup

Automatically configure your IDE (Cursor or VS Code):

atlas-mcp-setup

Step 3: Restart IDE

Restart your editor. The Atlas server will be automatically connected and ready to use.


Available Tools

Advanced Development & Analysis Tools

<table> <tr> <td width="30%"><code>atlas_bug_oracle</code></td> <td><b>Bug Oracle</b><br/>Predictive bug detection analyzing code patterns, complexity metrics, and historical data to forecast potential issues with 70-85% accuracy.</td> </tr> <tr> <td><code>atlas_code_whisperer</code></td> <td><b>Code Whisperer</b><br/>Context-aware code suggestions with pattern detection, best practice enforcement, and intelligent auto-completion.</td> </tr> <tr> <td><code>atlas_codebase_surgeon</code></td> <td><b>Codebase Surgeon</b><br/>Large-scale refactoring with dependency-aware modifications, impact analysis, and safe transformation strategies.</td> </tr> <tr> <td><code>atlas_semantic_search</code></td> <td><b>Semantic Search</b><br/>Natural language code search finding code by intent rather than keywords, with context understanding.</td> </tr> <tr> <td><code>atlas_smart_merge</code></td> <td><b>Smart Merge Resolver</b><br/>Intelligent git conflict resolution using code analysis and context to suggest optimal merge strategies.</td> </tr> <tr> <td><code>atlas_tech_debt</code></td> <td><b>Tech Debt Quantifier</b><br/>Measures and tracks technical debt with actionable metrics and prioritized remediation roadmaps.</td> </tr> </table>

AI/ML Powered Tools

<table> <tr> <td width="30%"><code>atlas_rag_search</code></td> <td><b>RAG-Powered Semantic Search</b><br/>Natural language code search with knowledge graphs. Ask "how does auth work?" and get contextual results.</td> </tr> <tr> <td><code>atlas_ml_predict</code></td> <td><b>ML Bug & Performance Prediction</b><br/>Predict bugs before production with 70-85% accuracy. Analyzes complexity, churn, and code patterns.</td> </tr> <tr> <td><code>atlas_migrate</code></td> <td><b>Intelligent Code Migration</b><br/>Automated migration support for 12 types: JS→TS, React upgrades, Callbacks→Async, and more.</td> </tr> <tr> <td><code>atlas_testgen_advanced</code></td> <td><b>Advanced Test Generation</b><br/>Generate comprehensive test suites with edge cases, mocks, stubs, and 90%+ coverage projection.</td> </tr> </table>

Core Pipeline & Analysis Tools

<table> <tr> <td width="30%"><code>atlas_pipeline</code></td> <td><b>Full Agentic Pipeline</b><br/>Complete workflow: Intent → Context → Decompose → Variants → Critique → Optimize</td> </tr> <tr> <td><code>atlas_intent</code></td> <td><b>Intent Analysis</b><br/>Extract actionable intent from natural language requests</td> </tr> <tr> <td><code>atlas_context</code></td> <td><b>Project Context Gathering</b><br/>Analyze project structure, dependencies, and file relationships</td> </tr> <tr> <td><code>atlas_git</code></td> <td><b>Git History Analysis</b><br/>Analyze commits, branches, file changes, and code evolution</td> </tr> <tr> <td><code>atlas_decompose</code></td> <td><b>Task Decomposition</b><br/>Break complex tasks into DAG (Directed Acyclic Graph) of subtasks</td> </tr> <tr> <td><code>atlas_variants</code></td> <td><b>Solution Variants</b><br/>Generate multiple implementation approaches with pros/cons analysis</td> </tr> </table>

Quality & Optimization Tools

<table> <tr> <td width="30%"><code>atlas_review</code></td> <td><b>Automated Code Review</b><br/>Comprehensive analysis with quality scores, security checks, and best practice validation</td> </tr> <tr> <td><code>atlas_critique</code></td> <td><b>Code Critique</b><br/>Deep review for quality, security, performance, and maintainability</td> </tr> <tr> <td><code>atlas_optimize</code></td> <td><b>Code Optimization</b><br/>Apply improvements based on critique feedback and best practices</td> </tr> <tr> <td><code>atlas_refactor</code></td> <td><b>Smart Refactoring</b><br/>Code restructuring with complexity metrics and structural analysis</td> </tr> <tr> <td><code>atlas_security</code></td> <td><b>Security Scanner</b><br/>Detect vulnerabilities with CWE IDs and OWASP category mapping</td> </tr> </table>

Senior Developer Tools

<table> <tr> <td width="30%"><code>atlas_senior_mentor</code></td> <td><b>Senior Mentor</b><br/>Architectural guidance from 15+ year veteran perspective with trade-off analysis and senior lessons</td> </tr> <tr> <td><code>atlas_performance_optimizer</code></td> <td><b>Performance Optimizer</b><br/>Deep performance analysis with Web Vitals optimization and bottleneck detection</td> </tr> <tr> <td><code>atlas_security_scanner</code></td> <td><b>Security Scanner Pro</b><br/>Enterprise-grade vulnerability detection with compliance assessment (GDPR, CCPA, HIPAA, PCI-DSS)</td> </tr> <tr> <td><code>atlas_state_architect</code></td> <td><b>State Management Architect</b><br/>Pattern comparison and scalability analysis for Redux, Zustand, Jotai, Recoil</td> </tr> <tr> <td><code>atlas_api_consultant</code></td> <td><b>API Design Consultant</b><br/>RESTful and GraphQL API design review with best practices and documentation templates</td> </tr> </table>

UI/UX Design Tools

<table> <tr> <td width="30%"><code>atlas_ui_ux_designer</code></td> <td><b>UI/UX Designer</b><br/>Find best design inspirations online, generate multiple design options with images, and create production-ready code. Supports React, Vue, HTML, Svelte with accessibility guidance.</td> </tr> </table>

Frontend Developer Tools

<table> <tr> <td width="30%"><code>atlas_performance_doctor</code></td> <td><b>Frontend Performance Doctor</b><br/>Detects React/Vue re-render issues, bundle bloat, memory leaks, Core Web Vitals issues. Provides specific code fixes with improvement estimates (e.g., "30-50% fewer re-renders").</td> </tr> <tr> <td><code>atlas_css_wizard</code></td> <td><b>CSS Architecture Wizard</b><br/>Analyzes CSS specificity conflicts, generates design tokens, converts between BEM/Tailwind/CSS Modules/styled-components/Emotion. Finds unused CSS and duplicates.</td> </tr> <tr> <td><code>atlas_animation_studio</code></td> <td><b>Animation Studio</b><br/>Professional animation generator with 30+ presets. Creates CSS keyframes, Framer Motion, GSAP, React Spring, and Anime.js code. Includes micro-interactions, scroll animations, and accessibility support.</td> </tr> <tr> <td><code>atlas_api_helper</code></td> <td><b>API Integration Helper</b><br/>Generates TypeScript types from API responses, React Query/SWR hooks, MSW mock handlers, Zod validation schemas, and complete API clients with error handling.</td> </tr> </table>

Development Productivity Tools

<table> <tr> <td width="30%"><code>atlas_profiler</code></td> <td><b>Performance Profiling</b><br/>Detect bottlenecks, analyze time complexity (O(n), O(n²)), and memory usage</td> </tr> <tr> <td><code>atlas_test</code></td> <td><b>Test Case Generation</b><br/>Generate comprehensive tests for Jest, Vitest, Pytest, Mocha</td> </tr> <tr> <td><code>atlas_docs</code></td> <td><b>Auto Documentation</b><br/>Generate JSDoc, TSDoc, or PyDoc documentation automatically</td> </tr> <tr> <td><code>atlas_dependencies</code></td> <td><b>Dependency Analysis</b><br/>Detect unused packages, analyze dependencies, scan for vulnerabilities</td> </tr> <tr> <td><code>atlas_dashboard</code></td> <td><b>Metrics Dashboard</b><br/>Generate interactive HTML dashboards with real-time metrics</td> </tr> <tr> <td><code>atlas_explain</code></td> <td><b>Code Explanation</b><br/>Explain code with complexity analysis and pattern detection</td> </tr> <tr> <td><code>atlas_debug</code></td> <td><b>Smart Debugging</b><br/>Root cause analysis, stack trace parsing, and fix suggestions</td> </tr> <tr> <td><code>atlas_think</code></td> <td><b>Advanced Reasoning</b><br/>Sequential reasoning with branching logic for complex problems</td> </tr> </table>

Utility Tools

<table> <tr> <td width="30%"><code>atlas_providers</code></td> <td><b>Provider Status</b><br/>Check available LLM providers and their current status</td> </tr> </table>


Usage Guide

Once installed, interact with your AI Assistant (Copilot Chat or Cursor Chat). The appropriate tool is automatically activated based on your request.

Advanced Development Tools

Goal Example Request Tool Used
Predict Bugs "Analyze bug probability in this module" atlas_bug_oracle
Get Code Suggestions "Suggest improvements for this function" atlas_code_whisperer
Large-Scale Refactoring "Refactor the entire authentication system" atlas_codebase_surgeon
Search by Intent "Find where we handle payment processing" atlas_semantic_search
Resolve Conflicts "Help resolve this merge conflict intelligently" atlas_smart_merge
Measure Tech Debt "Quantify technical debt in this project" atlas_tech_debt

AI/ML Tools

Goal Example Request Tool Used
Semantic Code Search "Search for authentication code using RAG" atlas_rag_search
Predict Issues "Predict bug probability in payment-processor.ts" atlas_ml_predict
Migrate Codebase "Migrate this file from JavaScript to TypeScript" atlas_migrate
Advanced Testing "Generate comprehensive tests with edge cases" atlas_testgen_advanced

Professional Development Tools

Goal Example Request Tool Used
Full Pipeline "Run the pipeline on utils.ts to refactor it" atlas_pipeline
Refactor Code "Refactor this code and reduce complexity" atlas_refactor
Performance Analysis "Profile this code for performance bottlenecks" atlas_profiler
Code Review "Review this PR for quality and security" atlas_review
Check Dependencies "Analyze dependencies and find unused packages" atlas_dependencies
Plan Feature "Decompose the task of adding JWT auth" atlas_decompose
Explore Solutions "Generate 3 variants for this button component" atlas_variants
Review Code "Critique this code for security issues" atlas_critique
Polish Code "Optimize this function based on best practices" atlas_optimize
Security Scan "Scan this code for security vulnerabilities" atlas_security
Generate Tests "Generate tests for this authentication module" atlas_test
Add Documentation "Document this API with examples" atlas_docs
Understand Code "Explain how this algorithm works" atlas_explain
Debug Error "Debug this TypeError, here's the stack trace..." atlas_debug
Complex Reasoning "Think through how to design this system" atlas_think
Project Context "Analyze the project context and dependencies" atlas_context

Advanced Integration

Using Local LLMs

If you prefer running models locally (e.g., Ollama) or want to use your own API keys instead of your IDE's subscription, configure the server manually in your settings:

{
  "atlas": {
    "command": "npx",
    "args": ["-y", "atlas-pipeline-mcp"],
    "env": {
      "OLLAMA_BASE_URL": "http://localhost:11434",
      "OPENAI_API_KEY": "sk-...",
      "ANTHROPIC_API_KEY": "sk-..."
    }
  }
}

Note: If no API keys are provided, Atlas defaults to Client Sampling mode, delegating generation to your IDE's AI capabilities.


Contributing

We welcome contributions to improve the Atlas pipeline.


License

MIT License - see LICENSE file for details


Built by Nishant Unavane


🌐 Check out my portfolio: nishantunavane.qzz.io

For support, documentation, or questions, visit our GitHub repository.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured