Connect OpenAI Codex CLI to your fenbs board

Codex CLI takes MCP servers from its config. Add fenbs and Codex can read your board, file what it finds and move what it finishes from the terminal — under your role, signed.

Last checked

Connect

  1. Open Codex CLI’s config (~/.codex/config.toml).
  2. Add fenbs as an MCP server with the URL below, or with the bridge command if your version only takes stdio servers.
  3. Start Codex. If it opens a browser, sign in to fenbs, tick what it may do, and approve.
  4. Ask what is on your board.
config.toml — remote
[mcp_servers.fenbs]
url = "https://fenbs.ai/api/mcp"
config.toml — through the bridge
[mcp_servers.fenbs]
command = "npx"
args = ["-y", "fenbs-mcp"]
env = { FENBS_TOKEN = "your-token" }

What it can do once connected

  • Read the board: fenbs_list_items with filters by lane, kind or free text, and fenbs_get_item for one task with its comments.
  • Add tasks with fenbs_create_item — a Feature, an Enhancement or a Bug, in a lane, with a priority.
  • Move and edit with fenbs_update_item: change the lane, the title, the note, the kind or the priority.
  • Comment with fenbs_comment, and search across everything it can see with fenbs_search.
  • Read your AI context with fenbs_get_context and add to it with fenbs_add_context_note.
  • Ask fenbs_whoami first: it answers who the assistant is acting as and what it may do.

What it cannot do

Anything you cannot. The assistant acts as you and holds your role on the board, narrowed by the scopes you ticked: read, write, comment. A refusal is a sentence it can repeat to you. Revoke its token in Settings and it stops at once; everything it did stays in the history under its name.

Questions people ask.

Which form should I use?

The remote URL, if your Codex version supports remote MCP servers with a browser sign-in. Otherwise the bridge, with a token from fenbs Settings, which holds exactly the same role.

Is the assistant’s access separate from mine?

It is a separate token, listed by name under Settings, and revoking it does not touch your own sign-in. But it acts as you: it inherits your role on the board, narrowed by the scopes you ticked. It can never do something you could not.

Does connecting an assistant cost extra?

No. AI assistants are free on every plan, including the free personal board, and you can connect as many as you like.

Start with one thing.

Your own board is free. AI assistants cost nothing extra on any plan.