XFA MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@XFA MCPShow me our device compliance summary"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
XFA MCP
XFA is a BYOD device-trust platform. This is XFA's remote Model Context Protocol server — query your organization's device posture, compliance, policies, and software/CVE status from Claude, ChatGPT, Cursor, and other AI assistants. Read-only.
This repository is the connector package for AI marketplaces. The MCP server itself is hosted by XFA at https://mcp.xfa.tech/mcp; nothing runs locally. Authentication is OAuth 2.0 (PKCE) — you sign in with your XFA account on connect.
Where it's published
Surface | Status | Where to submit / find |
Official MCP Registry | ✅ Live |
|
Glama | ⏳ Propagating from registry | |
Smithery | ⏳ Propagating from registry | |
PulseMCP | ⏳ Propagating from registry | |
mcp.so | ⏳ Propagating from registry | |
Cursor Marketplace | 🕒 Submitted — pending approval | |
Claude Connectors Directory | 🕒 Pending | Claude.ai → Settings → Connectors (Team/Enterprise) |
ChatGPT app directory | 🕒 Pending | |
Gemini / Antigravity CLI | ✅ Installable · ⏳ gallery auto-crawl |
|
awesome-mcp-servers | 🕒 PR open — #12739 | Security section |
Legend: ✅ live · ⏳ propagating (no action) · 🕒 pending. Update a row when its listing goes live.
Gemini note: the Gemini CLI gallery has no submission form — it crawls public repos tagged with the
gemini-cli-extensionGitHub topic daily (already set). Gemini CLI merged into Antigravity CLI (June 2026); Antigravity discovers MCP servers via the MCP Registry, where this server is already live, so no separate Antigravity submission is needed.
Related MCP server: Fleet MCP
Install
Cursor
One-click:
cursor://anysphere.cursor-deeplink/mcp/install?name=xfa&config=eyJ1cmwiOiJodHRwczovL21jcC54ZmEudGVjaC9tY3AifQ==Or add to ~/.cursor/mcp.json:
{
"mcpServers": {
"xfa": { "url": "https://mcp.xfa.tech/mcp" }
}
}Claude
Settings → Connectors → Add custom connector → URL https://mcp.xfa.tech/mcp.
ChatGPT
Settings → Connectors → Add → MCP server URL https://mcp.xfa.tech/mcp.
Gemini CLI
Install the extension:
gemini extensions install https://github.com/gl-ventures/xfa-mcpThe bundled gemini-extension.json points at the remote server; Gemini discovers OAuth from the server metadata and prompts you to sign in on first use.
VS Code / Windsurf / Zed / other MCP clients
Point the client at the remote URL https://mcp.xfa.tech/mcp (streamable HTTP / SSE, OAuth 2.0).
Tools
All tools are read-only. The live server is the source of truth — clients fetch the current tool list from the endpoint on every connection, so this list may lag the deployed server. See the Connect an AI assistant docs for the maintained reference.
Your organization (scoped to the signed-in user's org)
Tool | Description |
| Get your XFA organization |
| Get the signed-in user |
| List devices (active in the last 30 days) |
| Get a single device |
| Org-wide compliance summary |
| Posture trends over time |
| List policies |
Software & vulnerabilities (XFA's tracked-software catalog)
Tool | Description |
| Latest known version of a piece of software |
| List the software XFA tracks |
| Status of a specific software version |
| CVEs affecting a software version |
Authentication
OAuth 2.0 with PKCE (S256), scope mcp:read. On connect you are redirected to XFA to authorize; no API keys or tokens are stored in this package. The client auto-discovers the OAuth endpoints from the server's already-published metadata:
https://mcp.xfa.tech/.well-known/oauth-protected-resourcehttps://mcp.xfa.tech/.well-known/oauth-authorization-server
Support
Email: support@xfa.tech
Maintainers
The MCP Registry workflow validates server.json
on every change and publishes to the official MCP Registry
on pushes to main (or via Run workflow). It authenticates by DNS against the
v=MCPv1 TXT record on the xfa.tech apex.
To release a new version: bump version in server.json, merge to main.
Required repo secret: MCP_REGISTRY_KEY_PEM — the Ed25519 private key PEM
(pairs with the DNS TXT record). Keep the matching key backed up in a password manager.
License
MIT — see 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