butchr
butchr
Фабрика программного обеспечения, переписанная. Один локальный демон, который:
Следит за вашим Jira — за тикетами, назначенными на аккаунт, которому принадлежит API-токен, и за связанными с ними элементами.
Запускает агента для каждого активного тикета — когда тикет находится в статусе In Progress или In Review, он поднимает агента herdr (через
@brooswit/herdr-sdk).Отправляет обновления этим агентам — через MCP (
@brooswit/thatch): агенты подключаются к демону, указывая, над какой задачей они работают, и демон направляет изменения тикета/комментария/связей нужному агенту.Показывает живой вид — веб-приложение со списком активных агентов; щёлкните по одному, и butchr откроет окно терминала с запущенным
herdr agent attach, так что вы сразу попадёте в оболочку этого агента. Никаких расширений для браузера, никакого встроенного терминала — терминалы настоящие, herdr-терминалы.
Обнаружение изменений — это watch из @brooswit/sundry по Jira JQL-ленте. Блокирующие запросы агентов обрабатываются через собственное обнаружение blocked в herdr и send_keys (herdr владеет терминалом; butchr читает и отвечает).
Архитектура
one Elysia process
├── /mcp agents connect here (thatch), identifying via x-issue header
├── /agents,/health read-only live view
└── loops (landing incrementally)
├── jira-watch sundry.watch over `assignee = currentUser() AND updated >= cursor`
├── reconcile desired (In Progress/In Review) ↔ herdr agents: spawn / stop
└── notify ticket/comment/link change → thatch channel → the agent on that issuesrc/: config · atlassian (Jira-клиент) · daemon (приложение + уведомления) · web (живой вид). Дополнительные циклы появляются как отдельные модули.
Related MCP server: Jira MCP Server
Установка и запуск
На каждой машине:
npm i -g @brooswit/butchr # or pin a version
cp .env.example .env # fill in ATLASSIAN_SITE / EMAIL / TOKEN_FILE
butchr # reads .env / the environmentИз исходников (разработка):
bun run startРазработка
bun run check # generate + typecheck + tests + coverage ≥90% (what CI runs)Каждое изменение в src/ требует записи в CHANGELOG.md и повышения версии (CI это проверяет).
Предшественник (300 релизов истории) сохранён в brooswit/butchr-legacy.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables interaction with Jira to fetch issues by key and perform JQL searches. It provides a foundation for integrating multiple work systems, with planned support for Slack and GitHub.671MIT
- AlicenseNot gradedqualityDmaintenanceA comprehensive, production-ready MCP server for seamless Jira Cloud integration, enabling AI agents and custom applications to manage boards, issues, users, projects, and workflows via natural language commands.3,8454MIT
- FlicenseNot gradedqualityDmaintenanceManages Atlassian Jira Cloud projects, issues, sprints, boards, worklogs, comments, and workflow transitions from MCP-compatible clients.
- AlicenseAqualityFmaintenanceA local MCP server for Jira Cloud-driven development. Connects MCP clients to Jira for searching issues, reading tasks, parsing attachments, and mapping projects to local repos.1065MIT
Related MCP Connectors
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brooswit/butchr'
If you have feedback or need assistance with the MCP directory API, please join our Discord server