@maximtitovich/cursor-azure-devops-mcp
CMCP server package cursor-azure-devops-mcp
Install
agr install @maximtitovich/cursor-azure-devops-mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "cursor-azure-devops-mcp", "version": "1.1.2", "description": "MCP Server for Cursor IDE-Azure DevOps Integration", "main": "build/index.js", "type": "module", "bin": { "cursor-azure-devops-mcp": "./build/index.js", "cursor-azure-devops-mcp-sse": "./build/sse-server.js" }, "files": [ "build", "README.md", ".env.example" ], "scripts": { "start": "node build/index.js", "dev": "tsc -w", "test-connection": "node build/test-connection.js", "sse-server": "node build/sse-server.js", "build": "npm run format && tsc && node -e "require('fs').chmodSync('build/index.js', '755') && require('fs').chmodSync('build/sse-server.js', '755')"", "prepublishOnly": "npm run check && npm run build && npm run security-check", "security-check": "node security-check.js", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "format": "prettier --write "src//*.ts"", "format:check": "prettier --check "src//*.ts"", "check": "npm run format:check && npm run lint", "version:patch": "npm version patch", "version:minor": "npm version minor", "version:major": "npm version major", "release": "npm run version:patch && git push && git push --tags" }, "keywords": [ "cursor", "azure-devops", "mcp", "ide", "model-context-protocol" ], "author": "Maxim Titovich maxim.work@titovich.me (https://github.com/maximtitovich)", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "azure-devops-node-api": "^12.0.0", "dotenv": "^16.3.1", "express": "^4.18.2", "yargs": "^17.7.2", "zod": "^3.22.4" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.17.23", "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "^8.26.0", "@typescript-eslint/parser": "^8.26.0", "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.3", "prettier": "^3.5.3", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/maximtitovich/cursor-azure-devops-mcp.git" }, "bugs": { "url": "https://github.com/maximtitovich/cursor-azure-devops-mcp/issues" }, "homepage": "https://github.com/maximtitovich/cursor-azure-devops-mcp#readme" }
Trustgrade C
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- warnFreshnessstale (>1y)
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-fed2e6c02d0c2026-08-06