Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Azure Wiki Search Server

    This mcp server implements the MCP specification to allow AI agents to search on Azure wiki

    4 stars
    Python
    Updated Jul 14, 2025

    Table of Contents

    • Tools
    • Prerequest
    • Local Setup

    Table of Contents

    • Tools
    • Prerequest
    • Local Setup

    Documentation

    MseeP.ai Security Assessment Badge

    Azure Wiki Search Server

    This mcp server implements the MCP specification to allow AI agents to search on Azure wiki.

    Tools

    • __search_wiki__

    Search Edge Wiki to find related material for {query}.

    • __get_wiki_by_path__

    Get wiki content by provided path.

    Prerequest

    1. Install the latest VS code.

    2. Install the GitHub Copilot and GitHub Copilot Chat extensions

    3. Install Python 3.10 or higher.

    4. Install uv.

    On Windows

    code
    powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

    On Mac|Linux

    code
    curl -LsSf https://astral.sh/uv/install.sh | sh

    Local Setup

    1. Clone this repo.

    code
    git clone https://github.com/coder-linping/azure-wiki-search-server.git 
        cd azure-wiki-search-server

    2. Setup env.

    On Windows

    code
    uv venv
        .venv/Scripts/activate

    On Mac | Linux

    code
    uv venv
        source .venv/bin/activate

    3. Configuration for VS Code

    For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P and typing Preferences: Open User Settings (JSON).

    Optionally, you can add it to a file called .vscode/mcp.json in your workspace. This will allow you to share the configuration with others.

    code
    "mcp": {
            "servers": {
              "edge_wiki": {
                "command": "uv",
                "args": [
                    "--directory",
                    "",
                    "run",
                    "src/edge_wiki.py"
                ],
                "env": {
                    "ORG": "Your organization,default is microsoft",
                    "PROJECT": "Your project, default is Edge"
                },
              }
            }
          }

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k