MCP server for DefectDojo: 24 tools with RBAC, HMAC audit chain, and SIEM forwarding
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
mcp-defectdojo · pypi · 3.3.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.inspicere/mcp-defectdojo",
"description": "MCP server for DefectDojo: 24 tools with RBAC, HMAC audit chain, and SIEM forwarding",
"title": "DefectDojo",
"repository": {
"url": "https://github.com/inspicere/mcp-defectdojo",
"source": "github"
},
"version": "3.3.2",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "mcp-defectdojo",
"version": "3.3.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the DefectDojo instance (must use https:// unless ALLOW_INSECURE_HTTP=true)",
"isRequired": true,
"name": "DEFECTDOJO_URL"
},
{
"description": "API key for DefectDojo (generate at DefectDojo > API v2 > Your API Key). Use DEFECTDOJO_READ_API_KEY + DEFECTDOJO_WRITE_API_KEY for least-privilege dual-key mode.",
"isRequired": true,
"isSecret": true,
"name": "DEFECTDOJO_API_KEY"
},
{
"description": "Optional read-only API key (used for GET requests in dual-key mode)",
"isSecret": true,
"name": "DEFECTDOJO_READ_API_KEY"
},
{
"description": "Optional write API key (used for POST/PATCH in dual-key mode)",
"isSecret": true,
"name": "DEFECTDOJO_WRITE_API_KEY"
},
{
"description": "Bearer token granting admin-role access (legacy single-token mode — prefer MCP_ROLE_<NAME>=<token>:<role> for RBAC)",
"isSecret": true,
"name": "MCP_AUTH_TOKEN"
},
{
"description": "HMAC key for audit log integrity chain. Required for cross-restart log verification on network transports. Generate with: python3 -c 'import secrets; print(secrets.token_hex(32))'",
"isSecret": true,
"name": "AUDIT_HMAC_KEY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-28T01:33:22.467486Z",
"publishedAt": "2026-05-28T01:33:22.467486Z",
"updatedAt": "2026-05-28T01:33:22.467486Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 3.3.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.