MCP-server-Tenable-OT-V2

aqamahn/MCP-server-Tenable-OT-V2
★ 0 stars Python AI/LLM Updated today
MCP server connecting AI agents to a Tenable OT Security deployment — query assets, vulnerabilities, events, and topology, with optional write tools. pyproject.toml / PyPI-style description (currently
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-tenable-o": {
      "command": "uvx",
      "args": [
        "mcp-server-tenable-ot-v2"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-tenable-ot-v2