3ilm-mcp
Rank #28,538io.github.holistis/3ilm-mcp
Search 1,032 verified smart contract vulnerability findings from Sherlock audits by pattern.
3ilm-mcp is a Model Context Protocol (MCP) server published by holistis. It ranks #28,538 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. 3ilm-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 26, 2026 and most recently updated on Jul 26, 2026.
Ranks ahead of 86,922 of 115,460 servers on MCP Toplist.
Use 3ilm-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add 3ilm-mcp -- npx -y 3ilm-mcp[mcp_servers.3ilm-mcp]
command = "npx"
args = ["-y", "3ilm-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"3ilm-mcp": {
"command": "npx",
"args": [
"-y",
"3ilm-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"3ilm-mcp": {
"command": "npx",
"args": [
"-y",
"3ilm-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"3ilm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"3ilm-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"3ilm-mcp": {
"command": "npx",
"args": [
"-y",
"3ilm-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"3ilm-mcp": {
"command": "npx",
"args": [
"-y",
"3ilm-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/io.github.holistis%2F3ilm-mcp)<a href="https://mcptoplist.com/server/io.github.holistis%2F3ilm-mcp"><img src="https://mcptoplist.com/badge/io.github.holistis%2F3ilm-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
holistis
Other servers by holistis
View all holistis servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Jul 26, 2026 |
Frequently asked questions
- Who maintains 3ilm-mcp?
- 3ilm-mcp is maintained by holistis, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is 3ilm-mcp listed on the Official MCP Registry?
- Yes — 3ilm-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does 3ilm-mcp have?
- MCP Toplist tracks 1 version of 3ilm-mcp, most recently published on Jul 26, 2026.
- Where can I find the source code for 3ilm-mcp?
- The source code for 3ilm-mcp is hosted at github.com/holistis/3ilm-mcp.