mcp-devops-on-prem CLAUDE.md

mcp-devops-on-prem CLAUDE.md is an instructions file for coding agents from zwitbaum/mcp-devops-on-prem. It costs 1,257 tokens per session, scanned A, original, Apache-2.0.

Instructions for connecting a coding agent to an on-premises Azure DevOps Server or older Team Foundation Server installation through an MCP server. They document the Python service, connection settings, and supported tool groups.

In plain words
What is it for?
Setting up the local service, choosing its transport, configuring NTLM, personal access token, or bearer-token authentication, and finding the main code and command-line entry points.
Why use it?
They give the agent the project context needed to recommend and inspect the service correctly. They also clarify which server address and one of the supported authentication methods must be configured.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/zwitbaum/mcp-devops-on-prem/claude-md
Clone the repo
git clone --depth 1 https://github.com/zwitbaum/mcp-devops-on-prem

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-devops-on-prem CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/zwitbaum/mcp-devops-on-prem/claude-md.svg)](https://agentmods.dev/instructions/zwitbaum/mcp-devops-on-prem/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/zwitbaum/mcp-devops-on-prem/claude-md"><img src="https://agentmods.dev/badge/instructions/zwitbaum/mcp-devops-on-prem/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,257 This file is loaded in full into every session.
When invoked 1,257 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01257 $0.01257
Opus 5 $0.00629 $0.00629
Sonnet 5 $0.00251 $0.00251
Haiku 4.5 $0.00126 $0.00126

Measured 4d ago against content hash b2b1bea5a82e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mcp-devops-on-prem CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 111 lines

How it starts

The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MCP DevOps On-Premise

Project context for recommenders and repository analysis tools.

Component Metadata

  • Name: mcp-devops-onpremise
  • Display name: DevOps On-Premises
  • Type: mcp-server
  • Primary language: Python
  • Runtime: uv
  • SDK: FastMCP
  • License: Apache-2.0
  • Repository: https://github.com/zwitbaum/mcp-devops-on-prem
  • Docs: https://zwitbaum.github.io/mcp-devops-on-prem
  • Entrypoint: mcp_devops:main
  • CLI: mcp-devops-onpremise
  • Target system: Azure DevOps Server / TFS (on-prem)
  • Plugin status: not a native Claude plugin package; connect as an MCP server

Connection and Auth

  • Default transport: stdio
  • Optional transport: streamable-http / http
  • HTTP endpoint: /mcp
  • Default local HTTP URL: http://127.0.0.1:8000/mcp
  • Required env: DEVOPS_API_URL
  • Auth mode rule: configure exactly one mode
  • NTLM: DEVOPS_USERNAME + DEVOPS_PASSWORD
  • PAT: DEVOPS_PAT
  • Bearer token: DEVOPS_TOKEN
  • Optional runtime env: MCP_TRANSPORT, MCP_HOST, MCP_PORT, MCP_PATH, DEVOPS_AUTH_DEBUG

Codebase Anchors

  • src/mcp_devops/__init__.py: CLI entrypoint, transport parsing, startup validation
  • src/mcp_devops/shared.py: FastMCP instance, auth selection, config validation, REST helpers
  • src/mcp_devops/tools/pull_request_tools.py: pull request and thread/comment tools
  • src/mcp_devops/tools/repository_tools.py: repository, commit, diff, and file tools
  • src/mcp_devops/tools/work_item_tools.py: work item CRUD, WIQL, comments, links, attachments
  • src/mcp_devops/tools/wiki_tools.py: wiki page tools
  • tests/: pytest unit and smoke tests
  • manifest.json: MCP-facing metadata and tool descriptions

Exposed Tool Groups

  • Repositories: list repos, get repo details, list commit changes, diff commits, read file content, line-level diff
    • devops_repository_list
    • devops_repository_get
    • devops_repository_commit_changes
    • devops_repository_diffs_commits
    • devops_repository_item_content
    • devops_get_item_content_diff

Read the full file on GitHub · 111 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 111 lines · 1,257 tokens per session scan A b2b1bea5a82e

Subscribe to this mod's changes

mcp-devops-on-prem CLAUDE.md is an instructions file published in the GitHub repository zwitbaum/mcp-devops-on-prem (0 stars, last pushed today), licensed Apache-2.0. It adds 1,257 tokens to every session, about $0.0063 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.