Back to MCP Servers
DocSentinel
MCP server for AI agent for cybersecurity: automate assessment of documents, questionnaires & reports. Multi-format parsing, RAG knowledge base,Risks, compliance gaps, remediations.
securityairagagent
By arthurpanhku
Installation
npx -y DocSentinelConfiguration
{
"mcpServers": {
"DocSentinel": {
"command": "npx",
"args": ["-y", "DocSentinel"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes