Command Palette

Search for a command to run...

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

Agent Cli

БесплатноНе проверен

CLI and MCP server for the Agent Auth Protocol

GitHubEmbed

Описание

CLI and MCP server for the Agent Auth Protocol

README

Open-source implementations of the Agent Auth Protocol—authentication, capability-based authorization, and service discovery for AI agents that connect to your product.

Agents discover your service, register with a cryptographic identity, request capabilities, and run them. Sensitive actions stay behind user approval. The canonical specification is nicepkg/agent-auth-protocol on GitHub.

Packages

Package Description Install
@better-auth/agent-auth Better Auth server plugin npm i @better-auth/agent-auth
@auth/agent Client SDK for agent runtimes npm i @auth/agent
@auth/agent-cli CLI and MCP server npx @auth/agent-cli

Examples

Next.js reference apps under examples/ integrate @better-auth/agent-auth with Drizzle:

  • agent-deploy — Baseline flow with email/password sign-in
  • gmail-proxy and vercel-proxy — Same stack with WebAuthn/passkeys enabled (pick whichever structure fits your app)

The apps/ directory contains internal applications (directory, desktop, browser extension) used in development and demos.

Additional packages and examples will be added over time.

CI and releases

GitHub Actions (under .github/workflows/):

  • CI — On pull requests and pushes to main / canary: pnpm fmt:check (Oxfmt), then install with a frozen lockfile and turbo build, typecheck, and test for packages/* only (published libraries), on Node 22.x and 24.x (see .nvmrc). Format the tree locally with pnpm fmt.
  • Release — Pushing a tag v* runs changelogithub, builds the same packages, and runs pnpm -r publish to npm. Required: repository secret NPM_TOKEN with publish access. Tags matching *-beta, *-rc, *-canary, or *-next publish under that dist-tag; stable tags must point at a commit on main (or a v*.*.x-latest branch), matching the Better Auth release rules.
  • Preview — Pull requests trigger pkg-pr-new for installable previews of ./packages/*.
  • npm dist-tag — Manual workflow to move a dist-tag on an existing version.

Optional: set TURBO_TOKEN and repository variable TURBO_TEAM (or rely on the default team) for Vercel Remote Cache, same idea as Better Auth.

License

MIT

from github.com/better-auth/agent-auth

Установить Agent Cli в Claude Desktop, Claude Code, Cursor

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

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

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

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

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

claude mcp add agent-cli -- npx -y @auth/agent-cli

FAQ

Agent Cli MCP бесплатный?

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

Нужен ли API-ключ для Agent Cli?

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

Agent Cli — hosted или self-hosted?

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

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

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

Похожие MCP

Compare Agent Cli with

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

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

Автор?

Embed-бейдж для README

Похожее

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