slush meme mcp for Cline
io.github.spiry-ro/slush-meme-mcp
AI-native meme coin launchpad on Avalanche. Deploy tokens, simulate trades, query risk.
client:Cline
transport:stdio
runtime:npm
Install slush meme mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"slush-meme-mcp": {
"command": "npx",
"args": [
"-y",
"slush-meme-mcp-server"
],
"env": {
"HASURA_GRAPHQL_ENDPOINT": "<HASURA_GRAPHQL_ENDPOINT>",
"HASURA_GRAPHQL_ADMIN_SECRET": "<HASURA_GRAPHQL_ADMIN_SECRET>",
"MCP_PORT": "<MCP_PORT>",
"RISK_SCORING_URL": "<RISK_SCORING_URL>",
"TOKEN_DEPLOYER_URL": "<TOKEN_DEPLOYER_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs