Skip to content
Grok

slush meme mcp for Grok

io.github.spiry-ro/slush-meme-mcp

AI-native meme coin launchpad on Avalanche. Deploy tokens, simulate trades, query risk.

client:Grok transport:stdio runtime:npm

Install slush meme mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "slush-meme-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

slush meme mcp in other clients