slush-meme-mcp
About
AI-native meme coin launchpad on Avalanche. Deploy tokens, simulate trades, query risk.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
HASURA_GRAPHQL_ENDPOINT HASURA_GRAPHQL_ADMIN_SECRET MCP_PORT RISK_SCORING_URL TOKEN_DEPLOYER_URLClaude Code
claude mcp add --env HASURA_GRAPHQL_ENDPOINT= --env HASURA_GRAPHQL_ADMIN_SECRET= --env MCP_PORT= --env RISK_SCORING_URL= --env TOKEN_DEPLOYER_URL= slush-meme-mcp -- npx slush-meme-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"slush-meme-mcp","command":"npx","args":["slush-meme-mcp-server"],"env":{"HASURA_GRAPHQL_ENDPOINT":"","HASURA_GRAPHQL_ADMIN_SECRET":"","MCP_PORT":"","RISK_SCORING_URL":"","TOKEN_DEPLOYER_URL":""}}'
JSON
{
"mcpServers": {
"slush-meme-mcp": {
"command": "npx",
"args": [
"slush-meme-mcp-server"
],
"env": {
"HASURA_GRAPHQL_ENDPOINT": "",
"HASURA_GRAPHQL_ADMIN_SECRET": "",
"MCP_PORT": "",
"RISK_SCORING_URL": "",
"TOKEN_DEPLOYER_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.