Azure-MCP-Server-self-hosted

erikato-git/Azure-MCP-Server-self-hosted
★ 0 stars Bicep 🔒 Security Updated today
Open-source template for hosting a self-managed Azure MCP server with custom tools, OBO authentication, and Azure Key Vault secret management
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "azure-mcp-server-sel": {
      "command": "npx",
      "args": [
        "-y",
        "erikato-git/Azure-MCP-Server-self-hosted"
      ]
    }
  }
}