← Azure DevOps Wiki MCP Server

Azure DevOps Wiki MCP Server 1.0.2

npm · azure-devops-wiki-mcp · current release

5
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-22T23:12:17.501Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.

Server capabilities
{
  "tools": {}
}

Tools 5

ToolCategoryAnnotationsRisk
list_wikiList all wikis in a project
Input schema
{
  "type": "object",
  "properties": {
    "organization": {
      "type": "string",
      "description": "Azure DevOps organization name"
    },
    "project": {
      "type": "string",
      "description": "Project name"
    }
  },
  "required": []
}
— · —
search_wikiSearch across wiki content using Azure DevOps Search API
Input schema
{
  "type": "object",
  "properties": {
    "organization": {
      "type": "string",
      "description": "Azure DevOps organization name"
    },
    "project": {
      "type": "string",
      "description": "Project name"
    },
    "searchText": {
      "type": "string",
      "description": "Search query string"
    },
    "wikiId": {
      "type": "string",
      "description": "Optional specific wiki identifier"
    }
  },
  "required": [
    "searchText"
  ]
}
— · —
wiki_get_pageGet content of a specific wiki page
Input schema
{
  "type": "object",
  "properties": {
    "organization": {
      "type": "string",
      "description": "Azure DevOps organization name"
    },
    "project": {
      "type": "string",
      "description": "Project name"
    },
    "wikiId": {
      "type": "string",
      "description": "Wiki identifier"
    },
    "path": {
      "type": "string",
      "description": "Page path or page ID"
    }
  },
  "required": [
    "wikiId",
    "path"
  ]
}
— · —
wiki_get_page_treeRetrieve hierarchical page structure from wiki
Input schema
{
  "type": "object",
  "properties": {
    "organization": {
      "type": "string",
      "description": "Azure DevOps organization name"
    },
    "project": {
      "type": "string",
      "description": "Project name"
    },
    "wikiId": {
      "type": "string",
      "description": "Wiki identifier"
    },
    "depth": {
      "type": "number",
      "description": "Optional maximum depth to retrieve"
    }
  },
  "required": [
    "wikiId"
  ]
}
— · —
wiki_update_pageUpdate content of an existing wiki page or create a new page if it does not exist
Input schema
{
  "type": "object",
  "properties": {
    "organization": {
      "type": "string",
      "description": "Azure DevOps organization name"
    },
    "project": {
      "type": "string",
      "description": "Project name"
    },
    "wikiId": {
      "type": "string",
      "description": "Wiki identifier"
    },
    "path": {
      "type": "string",
      "description": "Page path or page ID"
    },
    "content": {
      "type": "string",
      "description": "New page content (Markdown)"
    }
  },
  "required": [
    "wikiId",
    "path",
    "content"
  ]
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.