mcp-ado
by rajivdatta
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ADO_PAT | Yes | Personal Access Token for Azure DevOps with at least Work Items Read scope | |
| MAIL_CC | No | Optional email address to CC on reminder emails | |
| STALE_DAYS | No | Number of days since last update before a work item is considered stale. Default is 7. | 7 |
| ADO_ORG_URL | Yes | Your Azure DevOps organization URL, e.g. https://dev.azure.com/your-org | |
| ADO_PROJECT | Yes | The Azure DevOps project name to scan | |
| ENABLE_SEND | No | Master kill-switch for sending email. Default is off. | false |
| ENABLE_WRITE | No | Master switch for write tools (comment, update, create, wiki write). Default is off. | false |
| TRACK_PEOPLE | No | Optional comma-separated list of assignee emails; only items assigned to these people are flagged. Blank means everyone. | |
| ADO_AREA_PATH | Yes | The area path under which work items are scanned | |
| GRAPH_CLIENT_ID | No | Optional Azure AD application client ID for delegated Microsoft Graph Mail.Send consent. Defaults to the Azure CLI first-party client. | |
| MAIL_FALLBACK_TO | No | Optional fallback email address used when an assignee has no email address | |
| ADO_EXCLUDE_STATES | No | Optional comma-separated list of work item states to exclude from the scan | |
| ADO_ITERATION_PATH | No | Optional iteration path. Use '@current' to auto-detect the current sprint. | |
| ADO_WORK_ITEM_TYPES | No | Optional comma-separated list of work item types to include in the scan |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/rajivdatta/mcp-ado'
If you have feedback or need assistance with the MCP directory API, please join our Discord server