Azure Wiki Search Server
Active
This mcp server implements the MCP specification to allow AI agents to search on Azure wiki.
Updated 8/8/2025
Key Features
What makes this MCP server special
Search Edge Wiki to find related material for {query}
 Get wiki content by provided path.
Requirements
uv
Server Information
Status
Active
Version
1.0.0
License
-
Author
https://github.com/coder-linping
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
-2. Configuration
{
  "servers": {
    "edge_wiki": {
      "command": "uv",
      "args": [
        "--directory",
        "\u003Cabsolute path to your cloned folder\u003E",
        "run",
        "src/edge_wiki.py"
      ],
      "env": {
        "ORG": "Your organization\uFF0Cdefault is microsoft",
        "PROJECT": "Your project, default is Edge"
      }
    }
  }
}3. Usage Example
-