Flow Boards Server
БесплатноНе проверенMCP server that exposes the full Flow Boards REST API as Claude tools, enabling natural language management of tickets, flows, bins, boards, comments, and more.
Описание
MCP server that exposes the full Flow Boards REST API as Claude tools, enabling natural language management of tickets, flows, bins, boards, comments, and more.
README
MCP server for Flow Boards — exposes the full Flow Boards REST API as Claude tools.
Installation
Add to your Claude / MCP-compatible AI tool config:
{
"mcpServers": {
"flowboards": {
"command": "npx",
"args": ["-y", "@mauvable/flowboards-mcp"],
"env": {
"FLOW_BOARDS_URL": "https://<host>/rest/2/<org-id>",
"FLOW_BOARDS_TOKEN": "<your-bearer-token>"
}
}
}
}
Configuration
| Variable | Description |
|---|---|
FLOW_BOARDS_URL |
Full API base URL including org path, e.g. https://n1.fb.mauvable.com/rest/2/<org-id> |
FLOW_BOARDS_TOKEN |
Bearer token for authentication |
Available Tools
Tickets
create_ticket— Create a ticket in a flow (accepts flow name, resolves IDs automatically)get_ticket— Get ticket detailslist_tickets— List tickets by bin, parent, or childupdate_ticket— Update ticket fieldsmove_ticket— Move ticket to a different bindelete_ticket/delete_tickets— Delete one or many ticketsarchive_tickets/restore_tickets— Archive or restore ticketslink_to_parent— Link stories to an epicunlink_from_parent— Remove parent relationshiplist_ticket_moves— Movement history for a ticket
Flows
list_flows— List all flowsget_flow— Get flow detailslist_flow_tickets— List tickets in a flowlist_flow_moves— Movement history for a flow
Bins
list_bins/get_bin— List or get binscreate_bin/update_bin— Create or update bins
Boards
list_boards/get_board
Comments
add_comment— Add a comment to a ticketlist_comments/get_comment— Read commentsupdate_comment/delete_comment
Other
list_ticket_types— Available ticket types (User Story, Epic, etc.)list_custom_fieldslist_users/get_user/invite_userlist_user_groupssearch_ticketslist_webhooks/create_webhook/delete_webhook/test_webhook
Example Usage
Once configured, just talk to Claude naturally:
"Create 3 user stories in the Backlog flow" "Move all stories in 'In Progress' to 'Done' in the Dev flow" "Add a comment 'Ready for review' to ticket abc123" "Link stories X, Y, Z to epic E"
...or if you like a fully automated flow you can give Clause the instructions to move tickets when it has done it's job.
- Create User Stories and Epics from the attached reqirements documetent and put them into the backlog.
- Link the apropiate User Stories as child tickets to their Epics.
- Create an implementation plan.
- Execute the implementation plan.
- Move the User Stories and their Epic from the next phase in teh implementation plan, into the Next bin.
- When you you start developing the first user story move it into the Developing bin. Move its parent Epic into Developing too.
- When a user Story is done, move it into the Done bin and commit it to git.
- Epics move automatically to the Done bin when all their child tickets are done.
- After each phase ask me if I wan tto continue.
Установка Flow Boards Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Germanicus1/flowboards-mcpFAQ
Flow Boards Server MCP бесплатный?
Да, Flow Boards Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Flow Boards Server?
Нет, Flow Boards Server работает без API-ключей и переменных окружения.
Flow Boards Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Flow Boards Server в Claude Desktop, Claude Code или Cursor?
Открой Flow Boards Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Flow Boards Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
