Skip to content
Cursor

slush meme mcp for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install slush meme mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

slush meme mcp in other clients