
Wikidata MCP Server
The Wikidata MCP Server enables AI agents and developers to interact with the Wikidata API through the Model Context Protocol. It provides tools for searching e...
Connect your AI agents to Azure DevOps wiki for automated search, retrieval, and documentation management via the Azure Wiki Search MCP Server.
The Azure Wiki Search MCP Server implements the MCP (Model Context Protocol) specification to allow AI agents to search content on Azure wiki. Acting as a bridge between AI assistants and Azure wiki resources, this server enables powerful workflows where AI models can perform search queries and retrieve wiki documents programmatically. By exposing search and retrieval functionality, it helps developers and AI agents automate information gathering, documentation retrieval, and knowledge management within Azure DevOps wiki environments. This enhances development workflows by streamlining access to internal knowledge bases and documentation, making it easier for teams to surface relevant information through AI-driven tools.
No prompt templates are explicitly mentioned in the repository or documentation.
No explicit resources are listed in the documentation or code. The server’s focus appears to be on search and retrieval.
search_wiki
Search Edge Wiki to find related material for a specified query.
get_wiki_by_path
Retrieve wiki content by providing a specific path.
Automated Knowledge Search
Allows AI assistants and developers to programmatically search for relevant documentation or solutions within Azure wiki, reducing manual effort and improving productivity.
Documentation Retrieval
Enables retrieval of specific wiki pages or documentation sections, facilitating access to structured knowledge for onboarding, troubleshooting, or knowledge sharing.
AI-Powered Support Bots
Integrate with support or chatbots to automatically fetch and present wiki content in response to user queries.
Project Knowledge Management
Centralizes access to project-specific documentation, making it easier for teams to maintain and discover knowledge assets.
Install prerequisites: latest VS Code, GitHub Copilot extensions, Python 3.10+, and uv.
Clone the repository:git clone https://github.com/coder-linping/azure-wiki-search-server.git
Set up the environment with uv and activate the virtual environment.
Add the MCP server configuration to your User Settings (JSON) or .vscode/mcp.json
:
"mcp": {
"servers": {
"edge_wiki": {
"command": "uv",
"args": [
"--directory",
"<absolute path to your cloned folder>",
"run",
"src/edge_wiki.py"
],
"env": {
"PAT": "Your personal access token",
"ORG": "Your organization,default is microsoft",
"PROJECT": "Your project, default is Edge"
}
}
}
}
Save configuration, restart VS Code, and verify connection.
No specific instructions provided for Claude. Use similar JSON configuration as above in the platform’s MCP server settings.
No specific instructions provided for Cursor. Use similar JSON configuration as above in the platform’s MCP server settings.
No specific instructions provided for Cline. Use similar JSON configuration as above in the platform’s MCP server settings.
Use environment variables in the env
section of your MCP configuration to store sensitive keys:
"env": {
"PAT": "Your personal access token",
"ORG": "Your organization",
"PROJECT": "Your project"
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"azure-wiki-search": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “azure-wiki-search” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Brief description available in README.md |
List of Prompts | ⛔ | None mentioned |
List of Resources | ⛔ | None explicitly described |
List of Tools | ✅ | search_wiki, get_wiki_by_path |
Securing API Keys | ✅ | Via env section in configuration |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the available documentation, Azure Wiki Search MCP Server is functional for basic wiki search and retrieval use cases, but lacks detailed resource and prompt templates, as well as broader platform-specific instructions. It scores as a minimal but usable MCP server.
Has a LICENSE | |
---|---|
Has at least one tool | ✅ |
Number of Forks | 0 |
Number of Stars | 2 |
Our opinion:
This MCP server provides basic search and retrieval features for Azure wiki, which is useful for targeted development workflows. However, lack of detailed resource and prompt support, platform-specific instructions, and community activity limit its flexibility and extensibility.
Rating: 4/10
It implements the MCP specification to allow AI agents and developers to search and retrieve content from Azure DevOps wiki, automating knowledge gathering and documentation workflows.
The server provides two main tools: 'search_wiki' for searching wiki content by query, and 'get_wiki_by_path' for retrieving specific wiki content by path.
Store sensitive credentials such as your personal access token (PAT) and organization/project info in the 'env' section of your MCP configuration using environment variables.
Yes! Add the MCP component to your FlowHunt flow and configure it with your Azure Wiki Search MCP server details to enable AI-powered wiki search and retrieval in your workflows.
Automated documentation search, retrieval of specific wiki pages, integration with support bots, and centralized project knowledge management in Azure DevOps environments.
Automate your documentation workflows and knowledge retrieval with the Azure Wiki Search MCP Server. Bring AI-powered search to your Azure DevOps wiki.
The Wikidata MCP Server enables AI agents and developers to interact with the Wikidata API through the Model Context Protocol. It provides tools for searching e...
The Azure MCP Server enables seamless integration between AI agents and Azure's cloud ecosystem, allowing AI-powered automation, resource management, and workfl...
The Azure DevOps MCP Server acts as a bridge between natural language requests and the Azure DevOps REST API, enabling AI assistants and tools to automate DevOp...