Skip to main content
Glama

Constellation MCP 서버

NPM Version TypeScript v5.9+ Node.js v24+ MCP Badge License: AGPL-3.0 Snyk Monitored

AI 코딩 어시스턴트가 소스 코드를 전송하지 않고도 전체 코드베이스의 구조, 의존성 및 관계에 즉각적이고 지능적으로 액세스할 수 있도록 지원합니다. Constellation은 AI 코딩 어시스턴트 도구에 서비스형 코드 인텔리전스를 제공합니다.

빠른 시작

AI 어시스턴트 프로젝트 수준 구성(도구에서 프로젝트 수준 구성을 지원하지 않는 경우 시스템 수준)에 Constellation MCP 서버를 추가하세요:

{
  "mcpServers": {
    "constellation": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@constellationdev/mcp@latest"],
      "env": {
        "CONSTELLATION_ACCESS_KEY": "${CONSTELLATION_ACCESS_KEY}"
      }
    }
  }
}

[!NOTE] 위 예시는 VSCode 및 Claude Code와 같은 일부 도구에서 사용하는 .mcp.json 파일의 일반적인 형식입니다.

MCP 서버를 직접 구성하는 것보다 최적의 성능과 동작을 위해 공식 Constellation 플러그인을 설치하여 사용하는 것을 권장합니다!

다른 AI 어시스턴트 구성에 대한 정보는 MCP 서버 > 설치 문서를 참조하세요.

인증, 프로젝트 설정 및 구성에 관한 자세한 지침은 공식 문서를 참조하세요.

Related MCP server: NOMIK

작동 원리

%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#4A90E2', 'primaryTextColor': '#EEEEEE', 'primaryBorderColor': '#2B2C34', 'lineColor': '#4A90E2', 'secondaryColor': '#1F1F28', 'tertiaryColor': '#0B0C10', 'edgeLabelBackground': '#1F1F28' }}}%%
flowchart LR
    subgraph local["💻 Your Environment"]
        direction TB
        code["📂 Source Code"]
        cli["⚙️ Constellation CLI"]
        ai["🤖 AI Coding Assistant"]
        mcp["🧩 Constellation MCP"]
        code --> cli
    end

    subgraph cloud["✨ Constellation Service"]
        direction TB
        api["🔌  API"]
        graphdb[("🧠 Knowledge Graph")]
        api <--> graphdb
    end

    cli a1@-->|"Metadata Upload"| api
    ai <-->|"Tool Calls"| mcp
    mcp a2@<-->|"Queries"| api

    a1@{ animation: fast }
    a2@{ animation: fast }

    style local fill:#1F1F28
    style cloud fill:#1F1F28,stroke:#4A90E2
    style cli stroke:#4A90E2
    style mcp stroke:#4A90E2
    style api stroke:#4A90E2
    style graphdb stroke:#4A90E2
  1. 구문 분석 및 분석: CLI 도구가 사용자 환경의 소스 코드를 분석하여 구조적 메타데이터(함수, 클래스, 변수, 임포트, 호출, 참조 등)를 추출합니다.

  2. 업로드: 메타데이터만 Constellation으로 안전하게 전송되며, 원시 소스 코드는 절대 전송되지 않습니다.

  3. 쿼리: AI 어시스턴트는 Constellation MCP 도구를 사용하여 복잡한 쿼리를 보내고, 지식 그래프에서 도출된 빠른 답변을 얻습니다.

문서

전체 포괄적인 문서는 **docs.constellationdev.io/mcp/**에서 확인할 수 있습니다.

개인정보 보호 및 보안

  • 소스 코드 전송 없음 - 메타데이터 및 관계만 전송

  • 액세스 제어 - 모든 요청에 API 키 필요

  • 브랜치 격리 - 각 git 브랜치는 개별적인 코드 인텔리전스를 유지

개인정보 보호 및 보안에 관한 포괄적인 정보는 공식 개인정보 보호 및 보안 문서를 참조하세요.

지원

라이선스

AGPL-3.0 - 자세한 내용은 LICENSE를 참조하세요.

Copyright © 2026 ShiftinBits Inc.

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
1wRelease cycle
21Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    C
    quality
    D
    maintenance
    Enterprise-grade code intelligence platform providing AI-powered code analysis, semantic search, security scanning, and automated refactoring capabilities. Integrates with local AI models for zero-cost operations while delivering comprehensive development workflow automation.
    2
    8
  • F
    license
    Not graded
    quality
    D
    maintenance
    AI-native code intelligence graph that builds a persistent knowledge graph of your codebase in Neo4j and exposes it to AI assistants via MCP, enabling contextual code analysis, impact analysis, and dependency tracking.
    21
  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides code intelligence for AI coding agents by indexing repositories into a hybrid knowledge graph, enabling agents to query dependencies, impact, and context through 28 MCP tools.
    3
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides semantic code search and code insights via a knowledge graph, enabling AI to understand, navigate, and modify complex projects with deep dependency and architecture analysis.
    MIT

View all related MCP servers

Related MCP Connectors

  • Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.

  • Vendor intelligence for AI coding agents choosing developer tools and stacks.

  • Enterprise code intelligence for M&A, security audits, and tech debt. Hosted server with 200k free.

View all MCP Connectors

Latest Blog Posts

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/ShiftinBits/constellation-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server