
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
alphakey-mcp-server
Advanced tools
알파키(AlphaKey) IDaaS 관리 API를 AI 코딩 도구에서 대화형으로 호출할 수 있는 MCP(Model Context Protocol) 서버입니다.
130개 도구 제공: 읽기 63개 + 쓰기 67개 (확인 게이트 포함)
지원 도구: Kiro, VS Code + GitHub Copilot, Cursor, Windsurf, Claude Desktop, Cline
# uv 설치 (1회)
curl -LsSf https://astral.sh/uv/install.sh | sh
# 실행 테스트
uvx alphakey-mcp-server --help
터미널을 열고 아래 한 줄을 복사해서 실행하세요.
Mac/Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh
Windows (PowerShell):
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
설치 확인:
uv --version
→ 버전 번호가 나오면 성공
알파키 관리자 콘솔에서 토큰을 발급받으세요.
사용하는 도구에 따라 아래 파일을 열어주세요.
| 도구 | 파일 위치 | 여는 방법 |
|---|---|---|
| Kiro | 프로젝트 폴더/.kiro/settings/mcp.json | Kiro에서 프로젝트 열고 파일 생성 |
| Claude Desktop (Mac) | ~/Library/Application Support/Claude/claude_desktop_config.json | Finder에서 Cmd+Shift+G → 경로 붙여넣기 |
| VS Code + Copilot | 프로젝트 폴더/.vscode/mcp.json | VS Code에서 파일 생성 |
| Cursor | 프로젝트 폴더/.cursor/mcp.json | Cursor에서 파일 생성 |
파일이 없으면 새로 만드세요. 폴더도 없으면 폴더부터 만드세요.
{
"mcpServers": {
"alphakey": {
"command": "uvx",
"args": ["alphakey-mcp-server@latest"],
"env": {
"ALPHAKEY_BASE_URL": "https://여기에_회사_테넌트_URL",
"ALPHAKEY_TOKEN": "여기에_발급받은_토큰"
}
}
}
}
두 군데만 수정하세요:
여기에_회사_테넌트_URL → 예: https://lguplus.alphakey.kr여기에_발급받은_토큰 → STEP 2에서 복사한 토큰저장하세요.
| 도구 | 리로드 방법 |
|---|---|
| Kiro | Cmd+Shift+P → Reload Window |
| Claude Desktop | 완전 종료 후 재시작 |
| VS Code | Cmd+Shift+P → Reload Window |
| Cursor | Cmd+Shift+P → Reload Window |
AI 채팅에서 아래를 입력해보세요:
알파키 사용자 목록 보여줘
사용자 목록이 나오면 설치 성공! 🎉
| 증상 | 원인 | 해결 |
|---|---|---|
uv: command not found | uv 미설치 | STEP 1 다시 실행 |
인증 오류 / 응답 없음 | 토큰 만료 또는 IP 제한 | 관리자 콘솔에서 토큰 재발급 |
| 도구에서 MCP 서버 안 보임 | 설정 파일 경로 오류 | STEP 3의 파일 위치 재확인 |
| JSON 파싱 에러 | JSON 문법 오류 | 쉼표, 중괄호 누락 확인 |
| SSL 에러 (회사 네트워크) | SSL 프록시 | env에 "UV_NATIVE_TLS": "1" 추가 |
| 변수 | 필수 | 설명 |
|---|---|---|
ALPHAKEY_BASE_URL | ✅ | 알파키 테넌트 URL |
ALPHAKEY_TOKEN | ✅ | 관리자 콘솔에서 발급받은 API 토큰 |
SSL_VERIFY | ❌ | false 설정 시 SSL 검증 비활성화 (테스트용) |
ALPHAKEY_AUDIT_LOG | ❌ | 감사 로그 경로 (기본: ~/.alphakey/audit.log) |
ALPHAKEY_AUDIT_LOG_ENABLED | ❌ | 감사 로그 활성화 (기본: true) |
사용자/앱/그룹/보안/SSO/MFA/대시보드/프로비저닝/관리자 설정 전 영역을 커버합니다.
자연어로 질문하면 AI가 적절한 도구를 자동으로 호출합니다.
사용자 목록 보여줘
Figma 앱 사용자 몇 명이야?
이상 접속 내역 보여줘
감지 정책 목록 조회해줘
새 사용자 등록해줘
SSO 앱 연동 상세 조회해줘
Copyright © LG유플러스. All rights reserved.
본 소프트웨어는 알파키(AlphaKey) IDaaS 서비스 이용 고객에게 제공됩니다.
FAQs
AlphaKey IDaaS MCP Server — AI IDE에서 알파키 관리 API를 대화형으로 호출
We found that alphakey-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.