Dev releases new MCP servers for Teams and Azure DevOps
jgbright-5000 · reddit · 2026-07-31
A developer released two .NET MCP servers for Microsoft Teams and Azure DevOps (ADO), aiming to solve the pain point of frequent re-authentication and restarts required by existing tools.
Key Improvements:
- Decoupled Auth: Sign-in is designed as a standalone console command writing to a persistent cache. The server reloads with prompting disabled, preventing it from hanging on a stdio pipe waiting for a device code.
- Rich Features: teams-mcp lists teams/channels, reads messages, searches, and waits for mentions; ado-mcp queries projects, repos, PRs, work items, and pipelines, with failed runs returning the failing task and log tail directly.
- Secure Defaults: Both are read-only by default. Write/send tools require explicit env vars (e.g., TEAMSMCPALLOWSEND). If disabled, the model receives a clear refusal message when calling them.
The project also includes a Claude Code plugin.
More from coding & agent
- shadcn registry becoming the standard package manager for AI agents — shadcn · 2026-07-31
- Airbnb Tries Eval-Driven Development for Building AI Systems — rseroter · 2026-07-31
- Open-Sourcing Watchword: A Cross-Agent Memory KV Store Built on MCP — glani-ccw · 2026-07-31
- AI Coding Tool Introduces 'Computer Brain' for Project Memory Self-Improvement — AravSrinivas · 2026-07-31
- Opinion: Use LLMs as an Intelligence Layer, Not Just Text Output — braelyn_ai · 2026-07-31
- Viral Open-Source Tool Uses LLMs for Deep Recursive Auto-Research — natesiggard · 2026-07-31