RE-Butler MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RE-Butler MCP Serversearch for requirements on authentication"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RE-Butler MCP Server
Outbound MCP server exposing RE-Butler's knowledge and validation tools to neighbour teams and Azure AI Foundry agents.
Tools
Tool | Auth | Description |
| RE.Read | Hybrid semantic search over LLM Wiki |
| RE.Read | List available knowledge domains |
| RE.Read | Get User Story / EARS / Gherkin templates |
| RE.Read | Fetch a specific wiki page |
| RE.Read | INVEST/QUS/EARS validation |
| RE.Admin | Create ADO work item (HITL Gate C) |
Related MCP server: Azure DevOps MCP Server
Setup
pip install -e ".[dev]"
cp .env.example .env # fill in values
python -m re_butler_mcp.serverTests
pytestSmoke 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/mcpInfrastructure
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=myacrAuth
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.
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
- Flicense-qualityFmaintenanceEnables LLMs and AI applications to interact with Azure DevOps Work Items, supporting queries, filtering, status updates, date management, effort tracking, descriptions, and comments through natural language.Last updated
- Alicense-qualityAmaintenanceEnables AI assistants to interact with Azure DevOps APIs for managing projects, work items, repositories, pull requests, and pipelines through natural language.Last updated32MIT

Azure DevOps MCP Serverofficial
Alicense-qualityAmaintenanceProvides Azure DevOps tooling for AI agents, enabling interaction with projects, work items, repositories, and pipelines through natural language.Last updated150,6881,934MIT- Alicense-qualityFmaintenanceEnables AI assistants to interact with Azure DevOps projects through natural language, supporting work items, repositories, pipelines, wikis, and more, with remote HTTP/SSE transport and OBO authentication.Last updated150,688MIT
Related MCP Connectors
Revternal MCP — wraps the Revternal Developer Intelligence API
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
Search your knowledge bases from any AI assistant using hybrid RAG.
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/AndritHashani/llm-wiki-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server