Command Palette

Search for a command to run...

UnylyUnyly
Browse all

F5xc Auth

FreeMaintained

Shared authentication library for F5 Distributed Cloud MCP servers - XDG-compliant profile management

GitHubEmbed

About

Shared authentication library for F5 Distributed Cloud MCP servers - XDG-compliant profile management

README

npm version License: MIT

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

from github.com/robinmordasiewicz/f5xc-auth

Install F5xc Auth in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install f5xc-auth

Installs 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-auth

FAQ

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

Compare 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