Azure Verified Modules (AVM) MCP Server for Cursor
io.github.stefanstranger/avm-mcp-server
Discover and explore Azure Verified Modules from the Bicep Public Registry
client:Cursor
transport:stdio
runtime:pypi
Install Azure Verified Modules (AVM) MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"avm-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"avm-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs