Install
openclaw skills install vcf-loginsight-mcpAn MCP server that provides native tools to dynamically search VMware Aria Operations for Logs (Log Insight).
openclaw skills install vcf-loginsight-mcpThis skill uses the Model Context Protocol (MCP) to provide the AI agent with a native query_vcf_logs tool.
To use this skill, the OpenClaw agent must run the attached Python MCP server.
pip install -r requirements.txt{
"mcpServers": {
"vcf-logs": {
"command": "python",
"args": ["server.py"],
"env": {
"LOGINSIGHT_HOST": "your-loginsight-fqdn",
"LOGINSIGHT_API_TOKEN": "your-api-token"
}
}
}
}