Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

F5xc Auth

БесплатноПоддерживается

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

GitHubEmbed

Описание

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

Установить F5xc Auth в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install f5xc-auth

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add f5xc-auth -- npx -y @robinmordasiewicz/f5xc-auth

FAQ

F5xc Auth MCP бесплатный?

Да, F5xc Auth MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для F5xc Auth?

Нет, F5xc Auth работает без API-ключей и переменных окружения.

F5xc Auth — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить F5xc Auth в Claude Desktop, Claude Code или Cursor?

Открой F5xc Auth на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare F5xc Auth with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development