azure-api-center-mcp-server
v0.1.1
Published
Azure API Center MCP Server
Downloads
8
Readme
Azure API Center MCP Server
Setup
Install the MCP Server in VS Code using below buttons:
Alternatively, you can add configuration in settings.json:
{
"mcp": {
"inputs": [],
"servers": {
"azure-api-center-mcp-server": {
"command": "npx",
"args": [
"-y",
"azure-api-center-mcp-server@latest"
],
"env": {
"CLIENT_ID": "YOUR_CLIENT_ID",
"TENANT_ID": "YOUR_TENANT_ID",
"RUNTIME_URL": "<service-name>.data.<region>.azure-apicenter.ms"
}
}
}
}
}