ado-eod
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., "@ado-eodupdate my ticket for today"
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.
ado-eod
Update your Azure DevOps tickets from your AI IDE. It reads what you actually did today (IDE session history + git), drafts the comment, hours, and state, and posts after you say yes. Works with Claude Code, Codex, Cursor, and Antigravity.
Setup
Needs Node.js 20+. One command, any terminal (VS Code's is fine):
npx github:Ramana-Balaji/ado-eod setupPaste your Azure DevOps address when asked (https://dev.azure.com/<org>/<project>),
sign in once in the browser, restart your IDE. Done. First run builds for a minute or
two before printing — that's normal.
Works for the Claude desktop app, VS Code extension, and CLI alike — no claude
command needed.
Claude Code CLI:
claude plugin marketplace add Ramana-Balaji/ado-eod
claude plugin install ado-eod@ado-eodCursor 2.5+: /add-plugin → paste https://github.com/Ramana-Balaji/ado-eod.
No npx needed after either: on first use the assistant asks for your Azure DevOps
address and configures itself in chat. Sign-in opens in the browser on the first call.
If you also run setup, it detects the Claude Code plugin and leaves it alone (Cursor:
remove the duplicate from ~/.cursor/mcp.json).
Sign-in is remembered in your OS keychain. No Azure CLI, no tokens. Fallback: set
ADO_EOD_PATto a personal access token.
Related MCP server: mcp-cronos
Use
Say it in chat:
Prompt | Writes? |
| no — diagnostics |
| no — day's evidence |
| after your yes |
| after your yes |
| after your yes |
| after your yes |
| no — admin report |
The draft is pre-filled from your evidence (commits, sessions, ticket title) and shown in full — you edit if needed, then say yes. Nothing posts unreviewed. The only question it ever asks: who tested, when you say work is complete.
Guaranteed by the server, not the prompt: hours are cumulative with a daily cap; same-day re-runs update the existing comment (no duplicates, no double counting); Closed/Removed are never set — your tester closes; acceptance criteria and test scenarios go to your org's dedicated fields, never dumped into the description or comment.
Rules (admin)
Layered config: rules.default.yaml (shipped) → org file → ~/.ado-eod/rules.yaml.
Later wins per key. eod_status shows what's in force. Highlights:
applies: { onlyMyTickets: true } # refuse tickets assigned to others
hours: { maxPerDay: 14, roundToHours: 0.5 }
testScenarioField: # per-type field routing
User Story: Microsoft.VSTS.Common.AcceptanceCriteria
Bug: Microsoft.VSTS.TCM.ReproSteps
acceptanceCriteriaField:
User Story: Microsoft.VSTS.Common.AcceptanceCriteria
testerField: Custom.Tester # identity field for sign-off
redact: { extraPatterns: [] } # additive; base patterns can't be removedHard-coded, not overridable: confirm-before-post, base redaction patterns (secrets
never leave your machine). Local reads only: session logs and git log — file paths,
never file contents; everything mined is redacted before it can reach a draft.
Tools
Tool | Access |
| local only — day's evidence |
| reads ADO — the draft |
| local — first-run org setup from chat |
| reads ADO — diagnostics |
| reads ADO — progress / people / breakdown / timeline |
| writes — confirmed drafts only |
| writes — confirmed creations only |
Development
git clone https://github.com/Ramana-Balaji/ado-eod && cd ado-eod && npm install && npm testTypeScript, node:test, five dependencies. MIT license.
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
- FlicenseNot gradedqualityDmaintenanceMCP Server to log time and view Jira statistics directly from Cursor IDE.
- AlicenseAqualityBmaintenanceMCP server for structured daily work diary management, enabling entries, standup summaries, weekly reports, full-text search, and automatic git commits.14MIT
- FlicenseAqualityCmaintenanceA local MCP server that captures coding context, tracks developer sessions, and powers daily insights.8
- FlicenseNot gradedqualityDmaintenanceMCP server for team task tracking, code review, and activity monitoring via Claude Code. Assign tasks, track branch activity, review code, and get daily summaries through natural language.
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
MCP server for generating rough-draft project plans from natural-language prompts.
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/Ramana-Balaji/ado-eod'
If you have feedback or need assistance with the MCP directory API, please join our Discord server