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
Your agent
Skills
Auth
Run Genfeed from your terminal, or connect it to the agent you already use.
Run Genfeed from where you already work
One API key connects the terminal, your coding agent, and the Genfeed workspace behind them.
Terminal
Your agent
Skills
Auth
Three commands from an empty terminal to a running agent.
bun add -g @genfeedai/cliNode.js 18+. npm install -g @genfeedai/cli works too.
genfeed loginOpens a browser PKCE flow. Use genfeed login --key gf_live_... for CI and headless machines.
genfeed chatThe interactive agent shell. genfeed chat send "..." runs one turn and exits.
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 mcp add --transport http genfeed --scope user \ https://mcp.genfeed.ai/mcp \ --header "Authorization: Bearer $GENFEED_API_KEY"
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.
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
Create an account, mint a key, and the CLI and MCP server are both live on the same workspace.