Connect ChatGPT to your fenbs board
Where your ChatGPT plan allows custom connectors, fenbs plugs in as an MCP connector: ChatGPT signs in through your browser, holds a role you chose, and its changes carry its name.
Last checked
Connect
- Sign in to fenbs and add a task, so there is something on the board.
- In ChatGPT, open Settings and find the connectors section. Custom (MCP) connectors are offered on some plans and may need developer mode switched on; if you do not see the option, that is why.
- Create a connector with the URL below. ChatGPT sends you to fenbs in your browser to sign in and approve what it may do.
- Start a chat with the connector enabled and ask what is on your board.
https://fenbs.ai/api/mcp
fenbs uses OAuth for MCP, which is the sign-in ChatGPT expects for a remote connector. Nothing is copied or pasted. If your plan cannot add custom connectors, the Claude, Claude Code and Cursor routes work the same way and are open to everyone.
What it can do once connected
- Read the board:
fenbs_list_itemswith filters by lane, kind or free text, andfenbs_get_itemfor 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 withfenbs_search. - Read your AI context with
fenbs_get_context— the notes you keep on the board about how you work — and add to it withfenbs_add_context_note. - Ask
fenbs_whoamifirst: it answers who the assistant is acting as and what it may do, which is the question to settle before it writes anything.
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 when you approved it: read, write, comment. If your role cannot move tasks between lanes, neither can the assistant, and it is told so in a sentence it can repeat to you: “You are a Viewer on Kitchen Refit, which cannot move tasks between lanes.” Revoke its token in Settings and it stops at once; everything it did stays in the history under its name.