Open-source AI security agent: SAST, DAST, and policy-as-code over MCP.
claude mcp add mythos-agent -- npx -y mythos-agent
claude_desktop_config.json
{
"mcpServers": {
"mythos-agent": {
"command": "npx",
"args": [
"-y",
"mythos-agent"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mythos-agent": {
"command": "npx",
"args": [
"-y",
"mythos-agent"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mythos-agent": {
"command": "npx",
"args": [
"-y",
"mythos-agent"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mythos-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mythos-agent"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mythos-agent": {
"command": "npx",
"args": [
"-y",
"mythos-agent"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mythos-agent--mythos-agent/reviews or the review_server meta-tool.
POST /mcp