azd-rest

jongio/azd-rest
★ 1 stars Go 🔒 Security Updated today
Azure Developer CLI extension for authenticated Azure REST API calls. Auto-scoped tokens, SSRF protection, MCP server for AI agents, and built-in security hardening.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "azd-rest": {
      "command": "go",
      "args": [
        "run",
        "github.com/jongio/azd-rest@latest"
      ]
    }
  }
}

README Excerpt

<div align="center"> Make REST API calls with automatic Azure authentication and scope detection — no manual token management. <br /> *Full documentation, CLI reference, and security architecture* *Browse all Azure Developer CLI extensions by Jon Gallant* <br /> --- </div> Stop managing tokens. Run `azd rest` and authentication happens automatically.

Topics

azdazd-templateazuremicrosoft