@4da/mcp-server
Rank #3,325io.github.4DA-Systems/4da-mcp-server
Dependency intelligence for AI agents. CVE scanning, health checks, upgrade planning.
@4da/mcp-server is a Model Context Protocol (MCP) server published by runyourempire. It ranks #3,325 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. @4da/mcp-server is listed across 3 registries — Official MCP, Glama and mcp.so, with 6 tracked versions. It was first listed on Apr 20, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 112,266 of 115,591 servers on MCP Toplist.
Use @4da/mcp-server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add 4da-mcp-server -- npx -y @4da/mcp-server[mcp_servers.4da-mcp-server]
command = "npx"
args = ["-y", "@4da/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"4da-mcp-server": {
"command": "npx",
"args": [
"-y",
"@4da/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"4da-mcp-server": {
"command": "npx",
"args": [
"-y",
"@4da/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"4da-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@4da/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"4da-mcp-server": {
"command": "npx",
"args": [
"-y",
"@4da/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"4da-mcp-server": {
"command": "npx",
"args": [
"-y",
"@4da/mcp-server"
]
}
}
}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.4DA-Systems%2F4da-mcp-server)<a href="https://mcptoplist.com/server/io.github.4DA-Systems%2F4da-mcp-server"><img src="https://mcptoplist.com/badge/io.github.4DA-Systems%2F4da-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (1 delisted)
runyourempire
Available versions (6)
| Version | Published |
|---|---|
| 5.0.2 | Aug 17, 2026 |
| 5.0.0 | Aug 11, 2026 |
| 4.6.5 | Jul 17, 2026 |
| 4.6.0 | Apr 27, 2026 |
| 4.2.1 | Apr 21, 2026 |
| 4.1.2 | Apr 21, 2026 |
Frequently asked questions
- Who maintains @4da/mcp-server?
- @4da/mcp-server is maintained by runyourempire, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is @4da/mcp-server listed on the Official MCP Registry?
- Yes — @4da/mcp-server is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does @4da/mcp-server have?
- MCP Toplist tracks 6 versions of @4da/mcp-server, most recently published on Aug 17, 2026.
- Where can I find the source code for @4da/mcp-server?
- The source code for @4da/mcp-server is hosted at github.com/runyourempire/4DA.