Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

search_code

Search for specific code across Azure DevOps repositories by filtering projects, repositories, paths, and branches. Retrieve relevant results with customizable filters and options for facets, skip, and top entries.

Instructions

Search Azure DevOps Repositories for a given search text

Input Schema

NameRequiredDescriptionDefault
branchNoFilter by branches
includeFacetsNoInclude facets in the search results
pathNoFilter by paths
projectNoFilter by projects
repositoryNoFilter by repositories
searchTextYesKeywords to search for in code repositories
skipNoNumber of results to skip
topNoMaximum number of results to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "branch": { "description": "Filter by branches", "items": { "type": "string" }, "type": "array" }, "includeFacets": { "default": false, "description": "Include facets in the search results", "type": "boolean" }, "path": { "description": "Filter by paths", "items": { "type": "string" }, "type": "array" }, "project": { "description": "Filter by projects", "items": { "type": "string" }, "type": "array" }, "repository": { "description": "Filter by repositories", "items": { "type": "string" }, "type": "array" }, "searchText": { "description": "Keywords to search for in code repositories", "type": "string" }, "skip": { "default": 0, "description": "Number of results to skip", "type": "number" }, "top": { "default": 5, "description": "Maximum number of results to return", "type": "number" } }, "required": [ "searchText" ], "type": "object" }

Other Tools from Azure DevOps MCP Server with PAT Authentication

Related Tools

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/ennuiii/DevOpsMcpPAT'

If you have feedback or need assistance with the MCP directory API, please join our Discord server