Arc Security
Rank #4,272com.arcself/arc-security
MCP server providing arc-security capabilities
Arc Security is a Model Context Protocol (MCP) server published by ArcSelf. It ranks #4,272 of 132,046 servers tracked on MCP Toplist, and its repository has 103 GitHub stars. Arc Security is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 17, 2026 and most recently updated on Feb 17, 2026.
Ranks ahead of 127,774 of 132,046 servers on MCP Toplist.
Use Arc Security
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add arc-security -- npx -y arc-security-mcp[mcp_servers.arc-security]
command = "npx"
args = ["-y", "arc-security-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"arc-security": {
"command": "npx",
"args": [
"-y",
"arc-security-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"arc-security": {
"command": "npx",
"args": [
"-y",
"arc-security-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"arc-security": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"arc-security-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"arc-security": {
"command": "npx",
"args": [
"-y",
"arc-security-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"arc-security": {
"command": "npx",
"args": [
"-y",
"arc-security-mcp"
]
}
}
}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/com.arcself%2Farc-security)<a href="https://mcptoplist.com/server/com.arcself%2Farc-security"><img src="https://mcptoplist.com/badge/com.arcself%2Farc-security.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ArcSelf
Available versions (2)
| Version | Published |
|---|---|
| 0.5.1 | Feb 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Arc Security?
- Arc Security is maintained by ArcSelf, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Arc Security listed on the Official MCP Registry?
- Yes — Arc Security is listed on the Official MCP Registry.
- How many versions does Arc Security have?
- MCP Toplist tracks 2 versions of Arc Security, most recently published on Feb 17, 2026.
- Where can I find the source code for Arc Security?
- The source code for Arc Security is hosted at github.com/ArcSelf/arc-security-mcp.
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.