☁️
Azure Appconfiguration Helper
An MCP server that helps people develop application with Azure App Configuration.
0 installs
Trust: 37 — Low
Cloud
Ask AI about Azure Appconfiguration Helper
Powered by Claude · Grounded in docs
I know everything about Azure Appconfiguration Helper. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
AzureAppConfigurationHelper-MCP
An MCP server that helps people develop application with Azure App Configuration.
Usage
VS Code insider
"mcp": {
"inputs": [],
"servers": {
"azure-appconfig-helper": {
"command":"cmd",
"args": [
"/c",
"npx",
"-y",
"azure-appconfiguration-helper-mcp"
]
}
}
}
npx issue on Widnows
On Windows, MCP servers may fail to connect with npx.
To workaround, use cmd /c npx instead of npx
{
"mcp": {
"inputs": [],
"servers": {
"mcp-server-code-runner": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"azure-appconfiguration-helper-mcp"
],
}
}
}
}
