Overview
This MCP server implements the MCP specification to enable AI agents to search the Azure wiki. It exposes two tooling capabilities that enable AI to interact with the wiki: search_wiki and get_wiki_by_path. The search_wiki tool searches the Edge Wiki to find related material for a given query. The get_wiki_by_path tool retrieves wiki content by a provided path, allowing AI to fetch full page content. The server is designed for local development and VS Code integration; prerequisites include the latest VS Code, GitHub Copilot (and Copilot Chat) extensions, Python 3.10 or higher, and the uv tool. Local setup steps include cloning the repository, creating and activating a Python virtual environment with uv, and configuring VS Code. The README provides a mcp.json configuration block for edge_wiki that runs src/edge_wiki.py via uv, with environment variables ORG and PROJECT (default values included). The overall goal is to empower AI to query and retrieve content from an Azure wiki via MCP, facilitating automated information access for AI workflows.
Features
search_wiki
Search Edge Wiki to find related material for {query}.
get_wiki_by_path
Get wiki content by provided path.
Who Is This For?
- AI agents:Enable AI agents to search and retrieve Azure wiki content via MCP commands.




