Constellation
Constellation MCP 서버
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구문 분석 및 분석: CLI 도구가 사용자 환경의 소스 코드를 분석하여 구조적 메타데이터(함수, 클래스, 변수, 임포트, 호출, 참조 등)를 추출합니다.
업로드: 메타데이터만 Constellation으로 안전하게 전송되며, 원시 소스 코드는 절대 전송되지 않습니다.
쿼리: AI 어시스턴트는 Constellation MCP 도구를 사용하여 복잡한 쿼리를 보내고, 지식 그래프에서 도출된 빠른 답변을 얻습니다.
문서
전체 포괄적인 문서는 **docs.constellationdev.io/mcp/**에서 확인할 수 있습니다.
설치 및 설정 - Claude Code, Cursor, GitHub Copilot 등을 위한 구성
도구 참조 - 코드 모드 API 및 사용 가능한 메서드
문제 해결 - 일반적인 문제 및 해결 방법
개인정보 보호 및 보안
소스 코드 전송 없음 - 메타데이터 및 관계만 전송
액세스 제어 - 모든 요청에 API 키 필요
브랜치 격리 - 각 git 브랜치는 개별적인 코드 인텔리전스를 유지
개인정보 보호 및 보안에 관한 포괄적인 정보는 공식 개인정보 보호 및 보안 문서를 참조하세요.
지원
문제 보고: GitHub Issues
라이선스
AGPL-3.0 - 자세한 내용은 LICENSE를 참조하세요.
Copyright © 2026 ShiftinBits Inc.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseCqualityDmaintenanceEnterprise-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.28
- FlicenseNot gradedqualityDmaintenanceAI-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
- AlicenseNot gradedqualityAmaintenanceProvides 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.3Apache 2.0
- AlicenseNot gradedqualityCmaintenanceProvides 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/ShiftinBits/constellation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server