GAIIA Expert Proxy (MCP Server)
GAIIA Unified MCP Server (v2.0.0)
GAIIA Unified MCP Server는 AI 코딩 어시스턴트와 자율 에이전트를 GAIIA 생태계에 연결하는 엔터프라이즈급 Model Context Protocol (MCP) 서버입니다. 전문가 가이드 코드 감사, 프로젝트 변환, BPMN 프로세스 트리거링, 멀티프로토콜 API 인터로게이션을 지원합니다.
🌟 기능 및 특징
전문가 선택 및 매니페스트 라우팅: 프록시 전문가(예: Clean Architecture, Security, Performance, Transit 도메인) 레지스트리에서 탐색하고 선택합니다.
코드 변환 및 감사: 개별 코드 블록을 변환하거나 변경할 수 없는 아키텍처 표준에 따라 저장소 전체 감사를 수행합니다.
멀티프로토콜 API 인터로게이션: 다양한 프로토콜에서 스키마를 퍼징하고 발견합니다:
REST (JSON): OpenAPI v3 합성.
GraphQL: 스키마 인트로스펙션 및 자동 도구 생성.
gRPC (Protobuf): 서버 리플렉션 검사 (
src/mock/mock-grpc-server.ts).ISO 8583 (TCP Sockets): 결제 게이트웨이를 위한 원시 소켓 통신 (
src/mock/mock-tcp-server.ts).XML / SOAP:
.xsd및.wsdl자동 파싱.EDI (ANSI X12): 레거시 엔터프라이즈 공급망 형식의 세그먼트 복구.
OData & ERP: 엔터프라이즈 메타데이터 해석 (
src/mock/mock-erp-server.ts).
BPMS 프로세스 오케스트레이션: gaiia-process-management에서 BPMN 청사진을 나열하고 워크플로 실행을 트리거합니다.
텔레메트리 및 컨텍스트 유지:
src/services/telemetry-service.ts를 통한 인메모리 컨텍스트 추적 및 텔레메트리 로깅.
Related MCP server: docsgrep
⚙️ 설치 및 빌드
사전 요구 사항
Node.js: v20+ LTS
npm: v9+
클라우드 레지스트리 동기화를 위한 등록된 GAIIA 계정
설정
# 1. Navigate to directory
cd gaiia-mcp-server
# 2. Install dependencies
npm install
# 3. Build TypeScript
npm run build🔐 인증
GAIIA 플랫폼에 인증하여 세션 토큰을 로컬에 캐시합니다:
npm run login토큰은 ~/.gaiia/auth.json에 안전하게 캐시됩니다.
🔧 환경 구성 (.env)
GAIIA_GRAPHQL_ENDPOINT=https://<api-id>.appsync-api.ap-southeast-2.amazonaws.com/graphql
AWS_REGION=ap-southeast-2
USER_POOL_ID=ap-southeast-2_xxxxxxxxx
APP_CLIENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxx🔌 MCP 클라이언트 구성 (예: Claude Desktop)
서버를 claude_desktop_config.json에 추가하세요:
{
"mcpServers": {
"gaiia-unified-mcp": {
"command": "node",
"args": ["c:/programming/aiia/gaiia-mcp-server/build/index.js"]
}
}
}🛠️ 사용 가능한 MCP 도구 참조
도구 이름 | 목적 | 주요 인자 |
| 레지스트리의 모든 사용 가능한 AI 전문가를 나열합니다. |
|
| 변환에 사용할 활성 전문가를 설정합니다. |
|
| 활성 전문가와 함께 코드를 감사, 리팩터링 또는 생성합니다. |
|
| 디렉터리에 대해 심층 아키텍처 감사 또는 자동 리팩터링을 수행합니다. |
|
| 디렉터리 코드 샘플을 활성 전문가 메모리에 수집합니다. |
|
| 멀티프로토콜 API 퍼징 및 스키마 합성. |
|
|
| 없음 |
| 작업 공간에 등록된 BPMN 템플릿을 나열합니다. | 없음 |
| 초기 컨텍스트로 BPMN 워크플로 실행을 트리거합니다. |
|
🧪 로컬 테스트 및 멀티프로토콜 목 서버
서버는 외부 종속성 없이 복잡한 프로토콜을 테스트하기 위해 src/mock/에 독립형 목 서버를 포함합니다:
# Start mock gRPC server
npx tsx src/mock/mock-grpc-server.ts
# Start mock ISO 8583 TCP socket server
npx tsx src/mock/mock-tcp-server.ts
# Start mock ERP / OData server
npx tsx src/mock/mock-erp-server.ts📄 라이선스
MIT © 2026 GAIIA Engineering
Maintenance
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
- AlicenseAqualityDmaintenanceMCP server for comprehensive code analysis, navigation, and quality assessment across 25+ programming languages.988MIT
- AlicenseBqualityBmaintenanceA high-performance MCP server for intelligent documentation search, proactive bug detection, and semantic analysis of codebases.2515MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that transforms Claude Code into an intelligent refactoring assistant, enabling code scanning, hotspot detection, optimization reports, and safe refactoring for large repositories.256MIT
- AlicenseAqualityCmaintenanceAn MCP server that extracts complete knowledge from any codebase — architecture, patterns, dependencies, API surface. Combines static analysis with AI-powered deep interpretation.8MIT
Related MCP Connectors
An MCP server for deep research or task groups
A MCP server built for developers enabling Git based project management with project and personal…
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
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/dapooleygmailcom/gaiia-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server