Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

CodeAtlas Enterprise

БесплатноНе проверен

Ultra-lightweight, local-first MCP server for AI-powered code intelligence, providing AST-based analysis and 20+ tools while ensuring zero data leakage.

GitHubEmbed

Описание

Ultra-lightweight, local-first MCP server for AI-powered code intelligence, providing AST-based analysis and 20+ tools while ensuring zero data leakage.

README

Local-first MCP server for AI-powered codebase intelligence — AST analysis, dependency graphs, and semantic search. Your source code never leaves your machine.

🏗 Architecture

AI IDE → MCP stdio → Parser (AST) → Dependency Graph → Code Search
                          │
                    codeatlas-platform (HTTP) → Dreams + Genome
Layer Components
Parser TypeScript, Python, PHP AST analysis
Graph Dependency graph with chunked force layout
Search Semantic code search with regex safety
Cloud Optional: connect to codeatlas-platform for dreams/genome

📊 Architecture Diagrams

Diagram File
MCP Server Flow diagrams/mcp-server.mmd

🔧 Quick Start

pnpm install
pnpm run build
# Local-only mode (no cloud):
node dist/index.js

# With cloud connection:
CODEATLAS_API_URL=http://localhost:8080 CODEATLAS_API_KEY=xxx node dist/index.js

📡 MCP Tools (30)

Category Tools
Code Analysis analyze_project, code_search, file_info
AST parse_file, find_symbol, get_dependencies
Graphs dependency_graph, call_graph
Security scan_vulnerabilities
Cloud save_dream_memory, query_dream_memories, sync_dreams
Skills search_skills, get_skill, install_skill

🔗 Cloud Connection

Set CODEATLAS_API_URL and CODEATLAS_API_KEY to connect to a running codeatlas-platform instance for:

  • Dream memory persistence
  • Genome immune system
  • Skills synchronization

from github.com/giauphan/codeatlas-mcp-server

Установить CodeAtlas Enterprise в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install codeatlas-mcp-enterprise

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add codeatlas-mcp-enterprise -- npx -y codeatlas-mcp-enterprise

FAQ

CodeAtlas Enterprise MCP бесплатный?

Да, CodeAtlas Enterprise MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для CodeAtlas Enterprise?

Нет, CodeAtlas Enterprise работает без API-ключей и переменных окружения.

CodeAtlas Enterprise — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить CodeAtlas Enterprise в Claude Desktop, Claude Code или Cursor?

Открой CodeAtlas Enterprise на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare CodeAtlas Enterprise with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development