Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From sentinel-ai
Runs locally via Python. Sentinel AI safety scanner: detects prompt injection, PII, harmful/toxic content, hallucinations in text; audits tool calls for dangerous operations.
npx claudepluginhub maxwellcalkin/sentinel-ai --plugin sentinel-aiCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sentinel-ai": {
"command": "python",
"args": [
"-m",
"sentinel.mcp_server"
]
}
}
}Server configuration and connection parameters
pythonCommand-line arguments passed to the server process
Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.