XFA MCP
XFA MCP
XFA는 BYOD 기기 신뢰(device-trust) 플랫폼입니다. XFA의 원격 Model Context Protocol 서버 — 조직의 기기 상태, 규정 준수, 정책, 소프트웨어/CVE 현황을 Claude, ChatGPT, Cursor 및 기타 AI 어시스턴트에서 조회할 수 있습니다. 읽기 전용입니다.
이 저장소는 AI 마켓플레이스를 위한 커넥터 패키지입니다. MCP 서버 자체는 XFA가 https://mcp.xfa.tech/mcp에서 호스팅하며, 로컬에서 실행되는 것은 없습니다. 인증은 OAuth 2.0 (PKCE) 방식입니다 — 연결 시 XFA 계정으로 로그인합니다.
게시 위치
제공처 | 상태 | 제출/찾기 |
Official MCP Registry | ✅ 라이브 |
|
Glama | ⏳ 레지스트리에서 전파 중 | |
Smithery | ⏳ 레지스트리에서 전파 중 | |
PulseMCP | ⏳ 레지스트리에서 전파 중 | |
mcp.so | ⏳ 레지스트리에서 전파 중 | |
Cursor Marketplace | 🕒 제출됨 — 승인 대기 중 | |
Claude Connectors Directory | 🕒 대기 중 | Claude.ai → 설정 → 커넥터 (Team/Enterprise) |
ChatGPT 앱 디렉터리 | 🕒 대기 중 | |
Gemini / Antigravity CLI | ✅ 설치 가능 · ⏳ 갤러리 자동 크롤링 대기 |
|
awesome-mcp-servers | 🕒 PR 열림 — #12739 | 보안 섹션 |
범례: ✅ 라이브 · ⏳ 전파 중(조치 불필요) · 🕒 대기 중. 등재가 완료되면 해당 행을 갱신하세요.
Gemini 참고: Gemini CLI 갤러리에는 제출 양식이 없습니다.
gemini-cli-extensionGitHub 토픽이 지정된 공개 저장소를 매일 크롤링합니다(이미 설정됨). Gemini CLI는 Antigravity CLI로 병합되었습니다(2026년 6월). Antigravity는 MCP 레지스트리에서 MCP 서버를 발견하며, 이미 이 서버가 등재되어 있으므로 Antigravity에 별도 제출할 필요가 없습니다.
Related MCP server: Fleet MCP
설치
Cursor
원클릭:
cursor://anysphere.cursor-deeplink/mcp/install?name=xfa&config=eyJ1cmwiOiJodHRwczovL21jcC54ZmEudGVjaC9tY3AifQ==또는 ~/.cursor/mcp.json에 추가:
{
"mcpServers": {
"xfa": { "url": "https://mcp.xfa.tech/mcp" }
}
}Claude
설정 → 커넥터 → 사용자 정의 커넥터 추가 → URL을 https://mcp.xfa.tech/mcp로 지정
ChatGPT
설정 → 커넥터 → 추가 → MCP 서버 URL https://mcp.xfa.tech/mcp
Gemini CLI
확장 프로그램 설치:
gemini extensions install https://github.com/gl-ventures/xfa-mcp번들에 포함된 gemini-extension.json이 원격 서버를 가리킵니다. Gemini CLI는 서버 메타데이터에서 OAuth를 자동으로 발견하므로 처음 사용 시 로그인을 요청합니다.
VS Code / Windsurf 쓰레기 / Zed / 기타 MCP 클라이언트
클라이언트를 원격 URL https://mcp.xfa.tech/mcp(streamable HTTP / SSE, OAuth 2.0)로 지정합니다.
도구
모든 도구는 읽기 전용입니다. 실제 서버가 원본(Source of Truth)입니다. 클라이언트는 연결할 때마다 엔드포인트에서 현재 도구 목록을 가져오므로, 이 목록이 배포된 서버보다 늦을 수 있습니다. 최신 참조는 AI 어시스턴트 연결 문서를 참조하세요.
조직 (로그인 된 사용자의 조직 기준)
도구 | 설명 |
| XFA 조직 정보를 가져옵니다. |
| 로그인된 사용자 |
| 기기 목록 (최근 30일 이내 활동) |
| 단일 기기 조회 |
| 조직 전체의 규정 준수 요약 |
| 시간에 따른 상태 추이 |
| 정책 목록/보기 |
소프트웨어 및 보안 취약점 (XFA가 추적하는 소프트웨어 카탈로그)
도구 | 설명 |
| 최신 알려진 버전 조회 |
| XFA가 추적하는 소프트웨어 목록 |
| 특정 소프트웨어 버전의 상태 |
| 특정 소프트웨어 버전에 영향을 주는 CVE |
인증
OAuth 2.0 with PKCE (S256), scope mcp:read. 연결 시 승인을 위해 XFA로 리디렉션되며 이 패키지에는 API 키나 토큰이 저장되지 않습니다. 클라이언트는 서버의 게시 메타데이터에서 OAuth 엔드포인트를 자동으로 발견합니다.
https://mcp.xfa.tech/.well-known/oauth-protected-resourcehttps://mcp.xfa.tech/.well-known/oauth-authorization-server
지원
이메일: support@xfa.tech
메인테이너
MCP Registry 워크플로우는 모든 변경 사항에서 server.json을 검증하고, main으로의 푸시(또는 Run workflow를 통해서)에 공식 MCP Registry로 게시합니다. 인증에는 xfa.tech의 최상위 도메인에 DNS로 v=MCPv1 TXT 레코드를 사용합니다.
새 버전을 릴리스하려면 server.json의 version을 높이고 main으로 푸시하세요.
필요 repo secret: MCP_REGISTRY_KEY_PEM — Ed25519 개인 키 PEM (DNS TXT 레코드와 쌍으로 사용). 같은 키는 비밀번호 관리자에 백업해 두세요.
라이선스
MIT — LICENSE를 참조하세요.
This server cannot be installed
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
AlicenseAqualityCmaintenanceRead-only MCP server that allows AI assistants to query and monitor KVM Fleet devices, audit logs, and console sessions through the official REST API.5141MIT- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Fleet Device Management for device management, security monitoring, and compliance enforcement through the Model Context Protocol.5MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants read-only access to Sprinklr data via MCP, allowing querying reports, searching cases, and calling Sprinklr API endpoints.7ISC
- AlicenseAqualityCmaintenanceA read-only MCP server that enables AI assistants to query ServiceNow instances—incidents, changes, users, CMDB—with malformed query linting and injection protection.7MIT
Related MCP Connectors
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Remote MCP for A2A caller identity, scope policy, verdict receipts, and audit history.
Read-only Remote MCP for externally grounded AI agent trust receipts.
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/gl-ventures/xfa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server