mythos agent for Grok
io.github.mythos-agent/mythos-agent
Open-source AI security agent: SAST, DAST, and policy-as-code over MCP.
client:Grok
transport:stdio
runtime:npm
Install mythos agent in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mythos-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mythos-agent"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs