Skip to main content
Glama

XFA MCP

XFA は BYOD デバイス信頼プラットフォームです。これは XFA のリモート Model Context Protocol サーバーです。Claude、ChatGPT、Cursor、その他の AI アシスタントから、組織のデバイスの状態、コンプライアンス、ポリシー、ソフトウェア/CVE ステータスを照会できます。読み取り専用です。

このリポジトリは、AI マーケットプレイス向けの コネクタパッケージ です。MCP サーバー自体は XFA が https://mcp.xfa.tech/mcp でホストしており、ローカルでは何も実行されません。認証は OAuth 2.0 (PKCE) です。接続時に XFA アカウントでサインインします。

公開先

サーフェス

ステータス

提出先 / 検索先

公式 MCP レジストリ

✅ 稼働中

tech.xfa/xfa · registry.modelcontextprotocol.io

Glama

⏳ レジストリから伝播中

glama.ai/mcp/servers

Smithery

⏳ レジストリから伝播中

smithery.ai

PulseMCP

⏳ レジストリから伝播中

pulsemcp.com

mcp.so

⏳ レジストリから伝播中

mcp.so

Cursor Marketplace

🕒 提出済み — 承認待ち

cursor.com/marketplace/publish

Claude Connectors Directory

🕒 保留中

Claude.ai → 設定 → コネクタ (Team/Enterprise)

ChatGPT アプリディレクトリ

🕒 保留中

Apps SDK 提出

Gemini / Antigravity CLI

✅ インストール可能 · ⏳ ギャラリー自動クロール

gemini-cli-extension トピック設定済み。MCP レジストリ経由でも利用可能

awesome-mcp-servers

🕒 PR オープン — #12739

セキュリティセクション

凡例: ✅ 稼働中 · ⏳ 伝播中 (操作不要) · 🕒 保留中。リストが公開されたら行を更新してください。

Gemini に関する注意: Gemini CLI ギャラリーには提出フォームがありません。代わりに、gemini-cli-extension GitHub トピックが付いた公開リポジトリを毎日クロールします (設定済み)。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 はサーバーメタデータから OAuth を検出し、初回使用時にサインインを求めます。

VS Code / Windsurf / Zed / その他の MCP クライアント

クライアントをリモート URL https://mcp.xfa.tech/mcp に指定します (ストリーミング HTTP / SSE、OAuth 2.0)。

ツール

すべてのツールは読み取り専用です。稼働中のサーバーが真実の情報源です。クライアントは接続のたびにエンドポイントから現在のツールリストを取得するため、このリストはデプロイ済みサーバーより遅れる場合があります。最新のリファレンスについては、AI アシスタントを接続する ドキュメントを参照してください。

あなたの組織 (サインイン中のユーザーの組織にスコープされます)

ツール

説明

get_organization

あなたの XFA 組織を取得

get_current_user

サインイン中のユーザーを取得

list_devices

デバイスを一覧表示 (過去30日間にアクティブなもの)

get_device

単一のデバイスを取得

get_compliance_summary

組織全体のコンプライアンスサマリー

get_posture_trends

時間経過に伴うポスチャの傾向

list_policies

ポリシーを一覧表示

ソフトウェアと脆弱性 (XFA が追跡するソフトウェアカタログ)

ツール

説明

get_latest_version

ソフトウェアの最新の既知バージョン

list_versioned_software_catalog

XFA が追跡するソフトウェアを一覧表示

get_software_version_info

特定のソフトウェアバージョンのステータス

get_cves_for_version

ソフトウェアバージョンに影響する CVE

認証

OAuth 2.0 (PKCE (S256))、スコープは mcp:read です。接続時に XFA にリダイレクトされて承認します。このパッケージには API キーやトークンは保存されません。クライアントはサーバーがすでに公開しているメタデータから OAuth エンドポイントを自動検出します:

  • https://mcp.xfa.tech/.well-known/oauth-protected-resource

  • https://mcp.xfa.tech/.well-known/oauth-authorization-server

サポート

メンテナー

MCP Registry ワークフロー は、変更のたびに server.json を検証し、main へのプッシュ (または Run workflow 経由) で 公式 MCP レジストリ に公開します。認証は、xfa.tech の頂点にある v=MCPv1 TXT レコードに対する DNS によって行われます。

新しいバージョンをリリースするには: server.jsonversion を上げて、main にマージします。

必要なリポジトリシークレット: MCP_REGISTRY_KEY_PEM — Ed25519 秘密鍵 PEM (DNS TXT レコードと対になります)。対応する鍵はパスワードマネージャーにバックアップしておいてください。

ライセンス

MIT — LICENSE を参照してください。

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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

  • A
    license
    A
    quality
    C
    maintenance
    Read-only MCP server that allows AI assistants to query and monitor KVM Fleet devices, audit logs, and console sessions through the official REST API.
    5
    14
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to interact with Fleet Device Management for device management, security monitoring, and compliance enforcement through the Model Context Protocol.
    5
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants read-only access to Sprinklr data via MCP, allowing querying reports, searching cases, and calling Sprinklr API endpoints.
    7
    ISC
  • A
    license
    A
    quality
    C
    maintenance
    A read-only MCP server that enables AI assistants to query ServiceNow instances—incidents, changes, users, CMDB—with malformed query linting and injection protection.
    7
    MIT

View all related MCP servers

Related MCP Connectors

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/gl-ventures/xfa-mcp'

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