loading…
Search for a command to run...
loading…
Shared authentication library for F5 Distributed Cloud MCP servers - XDG-compliant profile management
Shared authentication library for F5 Distributed Cloud MCP servers - XDG-compliant profile management
Authentication library for F5 Distributed Cloud with XDG-compliant profile management.
npm install @robinmordasiewicz/f5xc-auth
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');
~/.config/f5xc/profiles/Full documentation: https://robinmordasiewicz.github.io/f5xc-auth/
Node.js >= 18
See CONTRIBUTING.md for development guidelines and automated release process.
MIT - see LICENSE
Run in your terminal:
claude mcp add f5xc-auth -- npx -y @robinmordasiewicz/f5xc-authpro tip
Just installed F5xc Auth? Say to Claude: "remember why I installed F5xc Authand what I want to try" — it'll save into your Vault.
how this works →