Command Palette

Search for a command to run...

Home / Servers

everyapi-ai

Updated today

by everyapi-ai

🌐 English · 简体中文 · 日本語 · 한국어 · Español · Deutsch · Français

everyapi CLI

Buyer-onboarding CLI for the EveryAPI AI API gateway. Point any Claude Code / Codex / Gemini CLI at the gateway in under a minute.

Status: core flows shipped — buyer onboarding, seller commands (plain-key + OAuth across three providers), sanitizer proxy, QR sign-in main path, and anti-phishing layers are all in place. The only unimplemented items are OS-level code signing and a platform keychain backend (see "What this binary does NOT include yet" at the end).

Installation

macOS (Homebrew):

brew tap everyapi-ai/tap && brew install everyapi

Later upgrades — brew update first (without it, brew upgrade everyapi uses the cached formula and reports "already installed" even when a newer release exists):

brew update && brew upgrade everyapi

Linux / macOS (install script):

curl -fsSL https://dl.everyapi.ai/install.sh | bash

The script auto-detects OS + arch, downloads the matching everyapi_{os}_{arch}.tar.gz, verifies the SHA256, and installs to ~/.local/bin (or /usr/local/bin when run as root). If cosign is installed it also verifies the keyless signature — pass --require-signature to make that step mandatory (recommended for CI / supply-chain-sensitive setups).

One command, worldwide: the script picks its download source at runtime — GitHub Releases where reachable, and a mainland-China mirror when GitHub is slow or blocked — so the same line installs from inside China as well as overseas. Set EVERYAPI_DOWNLOAD_BASE to force a specific mirror.

Common flags:

curl -fsSL https://dl.everyapi.ai/install.sh | bash -s -- --version v0.2.2     # pin a version
curl -fsSL https://dl.everyapi.ai/install.sh | bash -s -- --prefix /usr/local  # custom prefix
curl -fsSL https://dl.everyapi.ai/install.sh | bash -s -- --require-signature  # fail if cosign verify fails
curl -fsSL https://dl.everyapi.ai/install.sh | bash -s -- --force              # reinstall the same version

To upgrade later, re-run the same command. The script resolves the latest release tag and replaces the binary in place when a newer one exists; if the installed binary is already at the resolved target version, it exits with already at vX.Y.Z — nothing to do (safe to put in setup scripts / dotfiles). Pass --force to reinstall on top (useful for verifying integrity or recovering a damaged file). The script is also published in this repo at install.sh if you'd rather download + read it first.

Go users (go install):

go install github.com/everyapi-ai/everyapi-ai@latest

Windows (PowerShell):

irm https://dl.everyapi.ai/install.ps1 | iex

Same flow as the shell script — resolves the latest tag, downloads everyapi_windows_amd64.zip + SHA256SUMS, verifies the hash (and the cosign signature when cosign is on PATH), installs everyapi.exe into %LOCALAPPDATA%\everyapi\bin, and adds it to your User PATH. To pin a version or pass other options, materialize the script first: & ([scriptblock]::Create((irm https://dl.everyapi.ai/install.ps1))) -Version v0.2.2. It's also published in this repo at install.ps1.

Windows (manual): grab everyapi_windows_amd64.zip (or any other artifact) from the Releases page and verify against SHA256SUMS before placing the binary on %PATH%.

Commands

Related servers

n8n

Updated today

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

204,501

mcp-server-fetch

OfficialUpdated 14d ago

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

90,371

@modelcontextprotocol/server-everything

OfficialUpdated 14d ago

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

90,371

mcp-server-git

OfficialUpdated 14d ago

by modelcontextprotocol

A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs

90,371