Mythos Agent
Rank #14,295io.github.mythos-agent/mythos-agent
Open-source AI security agent: SAST, DAST, and policy-as-code over MCP.
Mythos Agent is a Model Context Protocol (MCP) server published by mythos-agent. It ranks #14,295 of 132,046 servers tracked on MCP Toplist, and its repository has 43 GitHub stars. Mythos Agent is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Apr 14, 2026 and most recently updated on Apr 24, 2026.
Ranks ahead of 117,751 of 132,046 servers on MCP Toplist.
Use Mythos Agent
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mythos-agent -- npx -y mcp mythos-agent[mcp_servers.mythos-agent]
command = "npx"
args = ["-y", "mcp", "mythos-agent"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mythos-agent": {
"command": "npx",
"args": [
"-y",
"mcp",
"mythos-agent"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mythos-agent": {
"command": "npx",
"args": [
"-y",
"mcp",
"mythos-agent"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mythos-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp",
"mythos-agent"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mythos-agent": {
"command": "npx",
"args": [
"-y",
"mcp",
"mythos-agent"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mythos-agent": {
"command": "npx",
"args": [
"-y",
"mcp",
"mythos-agent"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mythos-agent%2Fmythos-agent)<a href="https://mcptoplist.com/server/io.github.mythos-agent%2Fmythos-agent"><img src="https://mcptoplist.com/badge/io.github.mythos-agent%2Fmythos-agent.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
mythos-agent
Available versions (1)
| Version | Published |
|---|---|
| 4.0.1 | Apr 24, 2026 |
Frequently asked questions
- Who maintains Mythos Agent?
- Mythos Agent is maintained by mythos-agent, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Mythos Agent listed on the Official MCP Registry?
- Yes — Mythos Agent is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Mythos Agent have?
- MCP Toplist tracks 1 version of Mythos Agent, most recently published on Apr 24, 2026.
- Where can I find the source code for Mythos Agent?
- The source code for Mythos Agent is hosted at github.com/mythos-agent/mythos-agent.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.