Command Palette

Search for a command to run...

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

RE Butler Server

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

Exposes RE-Butler knowledge and validation tools for hybrid semantic search, requirement templates, user story validation, and Azure DevOps work item creation w

GitHubEmbed

Описание

Exposes RE-Butler knowledge and validation tools for hybrid semantic search, requirement templates, user story validation, and Azure DevOps work item creation with approval gates.

README

Outbound MCP server exposing RE-Butler's knowledge and validation tools to neighbour teams and Azure AI Foundry agents.

Tools

Tool Auth Description
search_re_knowledge RE.Read Hybrid semantic search over LLM Wiki
list_knowledge_areas RE.Read List available knowledge domains
get_requirement_template RE.Read Get User Story / EARS / Gherkin templates
get_re_page RE.Read Fetch a specific wiki page
validate_user_story RE.Read INVEST/QUS/EARS validation
create_work_item RE.Admin Create ADO work item (HITL Gate C)

Setup

pip install -e ".[dev]"
cp .env.example .env  # fill in values
python -m re_butler_mcp.server

Tests

pytest

Smoke Test

# Against local server
python scripts/smoke_test_client.py

# Against deployed server
python scripts/smoke_test_client.py https://ca-genai4re-mcp-dev.<region>.azurecontainerapps.io/mcp

Infrastructure

cd infra
az deployment group create \
  --resource-group rg-genai4re-dev \
  --template-file main.bicep \
  --parameters containerImage=myacr.azurecr.io/re-butler-mcp:latest acrName=myacr

Auth

  • Callers must present a valid Entra ID Bearer JWT.
  • App Roles: RE.Read (all reads), RE.Admin (write tools).
  • Pre-authorize client app registrations in the server's app registration manifest.
  • Managed Identity handles all outbound calls (Search, OpenAI, ADO).

HITL Gate C

create_work_item always returns approval_pending: true. The calling workflow (Foundry / Durable Functions) must implement the approval step before the work item becomes active. Do not implement Gate C inside Connected Agent tools — keep it in the workflow layer.

from github.com/AndritHashani/llm-wiki-mcp-server

Установка RE Butler Server

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

▸ github.com/AndritHashani/llm-wiki-mcp-server

FAQ

RE Butler Server MCP бесплатный?

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

Нужен ли API-ключ для RE Butler Server?

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

RE Butler Server — hosted или self-hosted?

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

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

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

Похожие MCP

Compare RE Butler Server with

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

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

Автор?

Embed-бейдж для README

Похожее

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