ado-search-mcp
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-search-mcpsearch for bugs related to login page"
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-search-mcp
MCP server that wraps the ado-search CLI for Azure DevOps work item search and management.
Tools
Tool | Description |
| Full-text search of indexed work items and wiki pages |
| Regex pattern search across work item fields |
| List children/descendants of a work item |
| Show full content of a work item or wiki page |
| List links on a work item (live from ADO) |
| List comments on a work item (live from ADO) |
| Fetch specific work items by ID into local store |
| Create a new work item |
| Update an existing work item |
| Add a comment to a work item |
| Add a link between two work items |
| Remove a link between two work items |
Related MCP server: Azure DevOps MCP Server
Prerequisites
Node.js 18+
ado-search CLI installed and on PATH
An initialized ado-search data directory (
ado-search init && ado-search sync)
Setup
Clone and build:
git clone https://github.com/HurleySk/ado-search-mcp.git
cd ado-search-mcp
npm install
npm run buildCreate a config file (
ado-search-mcp.json):
{
"dataDir": "/path/to/your/ado-search/data-dir",
"adoSearchPath": "ado-search"
}Add to your project's
.mcp.json:
{
"mcpServers": {
"ado-search": {
"command": "node",
"args": ["/path/to/ado-search-mcp/dist/server.js"],
"env": {
"ADO_SEARCH_CONFIG": "/path/to/ado-search-mcp.json"
}
}
}
}Configuration
The server looks for config in this order:
ADO_SEARCH_CONFIGenvironment variable (path to JSON config file)ado-search-mcp.jsonsidecar file next todist/server.jsADO_DATA_DIRenvironment variable (data directory path only)
License
MIT
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.
Latest Blog Posts
- 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/HurleySk/ado-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server