io.github.mythos-agent/mythos-agent✓
io.github.mythos-agent/mythos-agent · v4.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mythos-agent/mythos-agent",
"description": "Open-source AI security agent: SAST, DAST, and policy-as-code over MCP.",
"repository": {
"url": "https://github.com/mythos-agent/mythos-agent",
"source": "github"
},
"version": "4.0.1",
"packages": [
{
"registryType": "npm",
"identifier": "mythos-agent",
"version": "4.0.1",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "mcp",
"type": "positional",
"valueHint": "mcp"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}