Supports basic queries by IP which all users, community and enterprise, have access to. Easy to extend for enterprise-only APIs.
Add this to your claude_desktop_config.json file (editing as needed for paths and your API key):
{
"mcpServers": {
"GreyNoise": {
"command": "/Library/Frameworks/Python.framework/Versions/3.13/bin/uv",
"args": [
"--directory",
"/path/to/greynoise-mcp",
"run",
"python",
"server.py"
],
"env": {
"GREYNOISE_API_KEY": "YOUR KEY GOES HERE"
}
}
}
}