★ 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"
]
}
}
}
Run in terminal:
claude mcp add azure-mcp-server-sel npx -y erikato-git/Azure-MCP-Server-self-hosted
Add to .cursor/mcp.json:
{
"mcpServers": {
"azure-mcp-server-sel": {
"command": "npx",
"args": [
"-y",
"erikato-git/Azure-MCP-Server-self-hosted"
]
}
}
}