AI AppSec
Rank #7,752io.github.subodhkc/ai-appsec
Evidence-backed AppSec for AI applications and agents. Powered by HAIEC.
AI AppSec is a Model Context Protocol (MCP) server published by subodhkc. It ranks #7,752 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. AI AppSec is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 17, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 107,839 of 115,591 servers on MCP Toplist.
Use AI AppSec
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ai-appsec -- npx -y ai-appsec[mcp_servers.ai-appsec]
command = "npx"
args = ["-y", "ai-appsec"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ai-appsec": {
"command": "npx",
"args": [
"-y",
"ai-appsec"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ai-appsec": {
"command": "npx",
"args": [
"-y",
"ai-appsec"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ai-appsec": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ai-appsec"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ai-appsec": {
"command": "npx",
"args": [
"-y",
"ai-appsec"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ai-appsec": {
"command": "npx",
"args": [
"-y",
"ai-appsec"
]
}
}
}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.subodhkc%2Fai-appsec)<a href="https://mcptoplist.com/server/io.github.subodhkc%2Fai-appsec"><img src="https://mcptoplist.com/badge/io.github.subodhkc%2Fai-appsec.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
subodhkc
Other servers by subodhkc
View all subodhkc servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 21, 2026 |
Frequently asked questions
- Who maintains AI AppSec?
- AI AppSec is maintained by subodhkc, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is AI AppSec listed on the Official MCP Registry?
- Yes — AI AppSec is listed on the Official MCP Registry, alongside Glama.
- How many versions does AI AppSec have?
- MCP Toplist tracks 1 version of AI AppSec, most recently published on Aug 21, 2026.
- Where can I find the source code for AI AppSec?
- The source code for AI AppSec is hosted at github.com/subodhkc/haiec-ai-agent-security-free-mcp.