Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"auvik": {
"command": "bash",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/launch.sh",
"auvik",
"dist/index.js"
],
"env": {
"AUVIK_REGION": "${user_config.auvik_region}",
"AUVIK_API_KEY": "${user_config.auvik_api_key}",
"MCP_TRANSPORT": "stdio",
"AUVIK_USERNAME": "${user_config.auvik_username}"
}
}
}
}Replace placeholder values for: AUVIK_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bashCommand-line arguments passed to the server process
Environment variables set when the server starts
AUVIK_REGION=${user_config.auvik_region}AUVIK_API_KEY=${user_config.auvik_api_key}MCP_TRANSPORT=stdioAUVIK_USERNAME=${user_config.auvik_username}Sensitive values you must provide — never committed to source control
npx claudepluginhub p/henssler-financial-it-operations-plugins-it-operations