What is the io.github.holistis/3ilm-mcp MCP server?
Search 1,032 verified smart contract vulnerability findings from Sherlock audits by pattern.
How to install io.github.holistis/3ilm-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"3ilm-mcp": {
"command": "npx",
"args": [
"-y",
"3ilm-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"3ilm-mcp": {
"command": "npx",
"args": [
"-y",
"3ilm-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"3ilm-mcp": {
"command": "npx",
"args": [
"-y",
"3ilm-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"3ilm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"3ilm-mcp"
]
}
}
}Claude Code
claude mcp add 3ilm-mcp -- npx -y 3ilm-mcpRelated MCP servers
Bug Bounty Intelligence
Active
AI security scanner for Solidity + free CC0 dataset of Sherlock audit-competition acceptance rates.
5
View repository →JavaScript