rug munch mcp for Cursor
io.github.amarodeabreu/rug-munch-mcp
Crypto risk intelligence: 19 tools for rug pull detection, AI forensics, and token analysis.
client:Cursor
transport:stdio
runtime:pypi
Install rug munch mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rug-munch-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"rug-munch-mcp"
],
"env": {
"RUG_MUNCH_API_KEY": "<RUG_MUNCH_API_KEY>",
"RUG_MUNCH_API_BASE": "<RUG_MUNCH_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs