mythos agent for Cursor
io.github.mythos-agent/mythos-agent
Open-source AI security agent: SAST, DAST, and policy-as-code over MCP.
client:Cursor
transport:stdio
runtime:npm
Install mythos agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mythos-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mythos-agent"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs