Back to MCP Servers
🔌

arthurpanhku/DocSentinel

MITAPI key required

](https://glama.ai/mcp/servers/arthurpanhku/DocSentinel) 🐍 ☁️ 🏠 🍎 🪟 🐧 - MCP server for AI agent for cybersecurity: automate assessment of documents, questionnaires & reports. Multi-format parsing

PythonAI & LLMs

Install

npx -y arthurpanhku-docsentinel

Required environment variables

OPENAI_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "arthurpanhku-docsentinel": {
      "command": "npx",
      "args": [
        "-y",
        "arthurpanhku-docsentinel"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.