3 days ago
Server Config
{
"mcpServers": {
"rug-munch-intelligence": {
"command": "python3",
"args": [
"-m",
"rug_munch_mcp"
],
"env": {
"RUG_MUNCH_API_BASE": "https://rugmunch.io/api/v1"
}
}
}
}