MCP server intelligence profile

Azure DevOps Wiki MCP Server

A Model Context Protocol server that enables AI agents to interact with Azure DevOps wikis, providing capabilities for content search, page management, and hierarchical structure navigation

Local Onlyuright
Awaiting current scanNpm · 1.0.2

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
5Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install azure-devops-wiki-mcp from npm

Version 1.0.2 declares 1 executable entrypoint.

npm install --save-exact azure-devops-wiki-mcp@1.0.2
npx -y -p azure-devops-wiki-mcp@1.0.2 azure-devops-wiki-mcp
MCP client configuration example
{
  "mcpServers": {
    "azure-devops-wiki-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "azure-devops-wiki-mcp@1.0.2",
        "azure-devops-wiki-mcp"
      ]
    }
  }
}

Identity

Canonical slugazure-devops-wiki-mcp-server-6cc5130bDeploymentLocal Only
Canonical packagenpm:azure-devops-wiki-mcpRepositoryuright/azure-devops-wiki-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmazure-devops-wiki-mcp1.0.21Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmazure-devops-wiki-mcp1.0.2CurrentSep 5, 20265 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2024-11-05Negotiated protocol
azure-devops-wiki-mcpServer-reported name
1Capability groups
Aug 22, 2026Observed

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

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Azure DevOps Wiki MCP Server questions

How do I install Azure DevOps Wiki MCP Server?

Install the selected package version with: npm install --save-exact azure-devops-wiki-mcp@1.0.2

What tools does Azure DevOps Wiki MCP Server provide?

Azure DevOps Wiki MCP Server exposed 5 tools during independent protocol observation, including list_wiki, search_wiki, wiki_get_page, wiki_get_page_tree, wiki_update_page.

Is Azure DevOps Wiki MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Microsoft & Azure intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.