Back to MCP Servers
Shellward
AI Agent Security Middleware & MCP Server with 8-layer defense including prompt injection detection, DLP data flow tracking, command blocking, and PII detection. 7 MCP tools, zero dependencies.
securityaiagent
By jnMetaCode
Installation
npx -y shellwardConfiguration
{
"mcpServers": {
"shellward": {
"command": "npx",
"args": ["-y", "shellward"]
}
}
}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