Genfeed Agent

Run Genfeed from your terminal, or connect it to the agent you already use.

Genfeed Agent

The agent, on your machine.

Run Genfeed from where you already work

One API key connects the terminal, your coding agent, and the Genfeed workspace behind them.

Terminal

genfeed chat — the agent shell, installed globally.

Your agent

Claude Code, Codex, or any MCP client over Streamable HTTP.

Skills

The product skill catalog, installed into the agent you use.

Auth

One gf_ key, scoped and rotatable from the CLI.
Streamable HTTP at mcp.genfeed.ai/mcp

Genfeed CLI

Install @genfeedai/cli and run the agent shell in your terminal. Generate, schedule, publish, and read analytics without leaving the keyboard.

MCP server

Point Claude Code, Codex, or any Streamable HTTP client at the hosted MCP server. Your agent gets Genfeed tools and your workspace data.

Agent skills

Install the product skill catalog into the agent you already use. Skills carry the content discipline; no Genfeed account required to read them.

Install the CLI

Three commands from an empty terminal to a running agent.

Install
bun add -g @genfeedai/cli
Node.js 18+. npm install -g @genfeedai/cli works too.
Authenticate
genfeed login
Opens a browser PKCE flow. Use genfeed login --key gf_live_... for CI and headless machines.
Run the agent
genfeed chat
The interactive agent shell. genfeed chat send "..." runs one turn and exits.

Connect your own agent

The hosted MCP server speaks Streamable HTTP at https://mcp.genfeed.ai/mcp and authenticates with the same key. Create one with genfeed keys create -n "my agent" -p mcp.

Claude Code

claude mcp add --transport http genfeed --scope user \
  https://mcp.genfeed.ai/mcp \
  --header "Authorization: Bearer $GENFEED_API_KEY"

Codex

codex mcp add genfeed \
  --url https://mcp.genfeed.ai/mcp \
  --bearer-token-env-var GENFEED_API_KEY

Any Streamable HTTP MCP client works — these two are the ones we document end to end.

Teach your agent the craft

Genfeed publishes an open catalog of product skills — portable SKILL.md packages that encode a repeatable content discipline. They work in any agent that reads the convention, with or without a Genfeed account.

bunx skills add genfeedai/skills

What the agent can do

Generate images and video
Draft and edit posts
Schedule and publish
Read performance data
Run workflows
Manage brands and keys

Start from the terminal

Create an account, mint a key, and the CLI and MCP server are both live on the same workspace.

Browse the skill catalog