Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Scrumwise

БесплатноНе проверен

MCP server that exposes the Scrumwise API as tools for managing projects, backlog items, tasks, sprints, releases, and time tracking.

GitHubEmbed

Описание

MCP server that exposes the Scrumwise API as tools for managing projects, backlog items, tasks, sprints, releases, and time tracking.

README

MCP server that exposes the Scrumwise API as tools. 95 API methods covering projects, backlog items, tasks, sprints, releases, time tracking, and more.

Usage

SCRUMWISE_EMAIL="your-email" SCRUMWISE_API_KEY="your-api-key" \
  bun x -y mcp-scrumwise

Generate an API key in Scrumwise under Settings → Your company account → API keys.

Tools

All Scrumwise API methods are exposed as individual MCP tools with input schemas and descriptions. No trimming — the full API surface is available.

Read

  • getData — retrieve projects, people, backlog items, etc.
  • getDataVersion — check if data has changed
  • getTimeEntries — query time logs
  • getAttachmentFileContents / getFileContents

Create

  • addProject, addBacklogItem, addTask, addSprint, addRelease
  • addComment, addAttachment, addChecklist, addMessage
  • addPerson, addTag, addTimeEntry, addRelationship

Update

  • setBacklogItemName, setBacklogItemDescription, setBacklogItemEstimate, etc.
  • setSprintDates, setSprintName, setReleaseDates, setReleaseName
  • setTaskName, setTaskEstimate, setTaskAssignedPersonID
  • setTimeEntryUsedTime, setCommentText
  • setCustomFieldValue
  • 40+ more set* methods for every property

Delete

  • deleteBacklogItem, deleteTask, deleteSprint, deleteRelease
  • deleteComment, deleteTag, deleteTimeEntry, deleteRelationship

Assign / Move

  • assignBacklogItemToSprint, assignBacklogItemToRelease, assignBacklogItemToKanbanBoard
  • moveBacklogItemToBacklogList, moveTaskToBoardColumn

Configuration

Variable Required Description
SCRUMWISE_EMAIL Yes Your Scrumwise user email
SCRUMWISE_API_KEY Yes API key from Scrumwise settings

Development

git clone https://github.com/mkh/mcp-scrumwise
cd mcp-scrumwise
bun install
bun run build
SCRUMWISE_EMAIL=x SCRUMWISE_API_KEY=y bun run dist/index.js

License

MIT

from github.com/LovelessCodes/mcp-scrumwise

Установка Scrumwise

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/LovelessCodes/mcp-scrumwise

FAQ

Scrumwise MCP бесплатный?

Да, Scrumwise MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Scrumwise?

Нет, Scrumwise работает без API-ключей и переменных окружения.

Scrumwise — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Scrumwise в Claude Desktop, Claude Code или Cursor?

Открой Scrumwise на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Scrumwise with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development