F5xc Auth
FreeMaintainedShared authentication library for F5 Distributed Cloud MCP servers - XDG-compliant profile management
About
Shared authentication library for F5 Distributed Cloud MCP servers - XDG-compliant profile management
README
Authentication library for F5 Distributed Cloud with XDG-compliant profile management.
Installation
npm install @robinmordasiewicz/f5xc-auth
Quick Start
import { HttpClient, ProfileManager } from '@robinmordasiewicz/f5xc-auth';
// Load profile
const profile = await ProfileManager.load('my-profile');
// Create authenticated HTTP client
const client = await HttpClient.create(profile);
// Make API call
const response = await client.get('/api/v1/namespace');
Features
- Multiple auth methods - API tokens, P12 certificates, cert/key pairs
- XDG-compliant storage - Profiles in
~/.config/f5xc/profiles/ - Environment override - Use env vars for CI/CD contexts
- URL normalization - Automatic tenant URL handling
- Pre-configured HTTP - Axios client with auth and retry logic
- TypeScript - Full type safety and IntelliSense support
Documentation
Full documentation: https://robinmordasiewicz.github.io/f5xc-auth/
Requirements
Node.js >= 18
Contributing
See CONTRIBUTING.md for development guidelines and automated release process.
License
MIT - see LICENSE
Install F5xc Auth in Claude Desktop, Claude Code & Cursor
unyly install f5xc-authInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add f5xc-auth -- npx -y @robinmordasiewicz/f5xc-authFAQ
Is F5xc Auth MCP free?
Yes, F5xc Auth MCP is free — one-click install via Unyly at no cost.
Does F5xc Auth need an API key?
No, F5xc Auth runs without API keys or environment variables.
Is F5xc Auth hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install F5xc Auth in Claude Desktop, Claude Code or Cursor?
Open F5xc Auth on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare F5xc Auth with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
