← 返回 Skills 市场
kasture-rohit

VCF Log Explorer (MCP)

作者 Rohit Kasture · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
110
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install vcf-loginsight-mcp
功能描述
An MCP server that provides native tools to dynamically search VMware Aria Operations for Logs (Log Insight).
安全使用建议
This skill appears to do what it says, but review and harden before deploying: 1) The code disables TLS verification (requests.get(..., verify=False)) — acceptable for internal servers with self-signed certs but exposes you to MITM if used incorrectly; prefer supplying a CA bundle or enabling verification. 2) Verify the 'mcp' PyPI package source and pinned versions before pip install. 3) Treat LOGINSIGHT_API_TOKEN as highly sensitive; run the MCP server in an isolated environment or container and restrict access to the process. 4) Consider URL-encoding user-supplied keywords to avoid malformed requests. 5) If multiple agents or users share the host, be cautious that the env token is visible to local processes and administrators. If you want, I can suggest a small code patch to enable TLS verification and URL-encoding of the query parameter.
功能分析
Type: OpenClaw Skill Name: vcf-loginsight-mcp Version: 1.0.1 The skill is a legitimate MCP server implementation for querying VMware Aria Operations for Logs (Log Insight). The code in server.py follows standard patterns for API interaction, using environment variables for credentials and returning formatted log data to the agent. While it disables SSL certificate verification (verify=False), this is a common (though insecure) practice in enterprise environments with self-signed certificates and does not indicate malicious intent.
能力评估
Purpose & Capability
The name/description (VCF Log Insight MCP Explorer) matches the provided files and runtime behavior. Required env vars (LOGINSIGHT_HOST, LOGINSIGHT_API_TOKEN) directly relate to calling the Log Insight API. Declared dependencies (mcp, requests) are appropriate for running an MCP server and making HTTP requests.
Instruction Scope
SKILL.md instructs the agent to run the provided Python MCP server and set the two Log Insight env vars — this is expected. The instructions do not ask the agent to read unrelated files or credentials. The code formats and returns log events to the caller only. One small scope caveat: the MCP server will hold the API token in its process environment while running, so any actor with access to that process can potentially read it.
Install Mechanism
No special install mechanic is used beyond 'pip install -r requirements.txt'. This is a moderate-risk install vector (PyPI packages). The requirements are minimal and expected, but you should verify the 'mcp' package's provenance and versions before installation.
Credentials
Only LOGINSIGHT_HOST and LOGINSIGHT_API_TOKEN are required, which is proportionate to the stated functionality. The skill will use the API token to query logs; treat this token as sensitive. The code does not request unrelated secrets or system credentials.
Persistence & Privilege
The skill is not marked 'always: true'. It runs as an MCP server process when configured and can be invoked autonomously by the agent (platform default). This is expected for an MCP-based tool; there are no attempts to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vcf-loginsight-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vcf-loginsight-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added a homepage field with the project GitHub URL to the skill metadata. - Bumped the version from 1.0.0 to 1.0.1. - No functional or file changes; metadata update only.
v1.0.0
vcf-loginsight-mcp 1.0.0 initial release: - Introduced MCP server for dynamic querying of VMware Aria Operations for Logs (Log Insight). - Provides the native tool query_vcf_logs for AI agent integration. - Requires LOGINSIGHT_HOST and LOGINSIGHT_API_TOKEN environment variables for setup. - Added setup instructions for OpenClaw agent configuration.
元数据
Slug vcf-loginsight-mcp
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

VCF Log Explorer (MCP) 是什么?

An MCP server that provides native tools to dynamically search VMware Aria Operations for Logs (Log Insight). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。

如何安装 VCF Log Explorer (MCP)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vcf-loginsight-mcp」即可一键安装,无需额外配置。

VCF Log Explorer (MCP) 是免费的吗?

是的,VCF Log Explorer (MCP) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

VCF Log Explorer (MCP) 支持哪些平台?

VCF Log Explorer (MCP) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 VCF Log Explorer (MCP)?

由 Rohit Kasture(@kasture-rohit)开发并维护,当前版本 v1.0.1。

💬 留言讨论