Skip to content
Zed

slush meme mcp for Zed

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

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

client:Zed transport:stdio runtime:npm

Install slush meme mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

slush meme mcp in other clients