Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub suitsupply/bec-marketplace-plugins --plugin backend-chapterCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"Azure MCP Server": {
"command": "npx",
"args": [
"-y",
"@azure/mcp@latest",
"server",
"start",
"--read-only"
],
"env": {
"AZURE_TENANT_ID": "fbe43f29-18b2-46ca-a741-bcc4672ba19c"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
AZURE_TENANT_ID=fbe43f29-18b2-46ca-a741-bcc4672ba19cDeclared capabilities of this MCP server
Share bugs, ideas, or general feedback.