Stats
Actions
Tags
npx claudepluginhub pingidentity/agent-pluginsCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"aic": {
"command": "npx",
"args": [
"-y",
"@ping-identity/aic-mcp-server"
],
"env": {
"AIC_BASE_URL": "${user_config.aic_base_url}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
AIC_BASE_URL=${user_config.aic_base_url}