megalaunch mcp for VS Code
io.github.jacksun911/megalaunch-mcp
AI-powered meme token launch service on Solana/pump.fun with bundled buys and Jito speed
client:VS Code
transport:stdio
runtime:npm
Install megalaunch mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "megalaunch-api-key",
"description": "MEGALAUNCH_API_KEY",
"password": true
}
],
"servers": {
"megalaunch-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"megalaunch-mcp"
],
"env": {
"MEGALAUNCH_API_KEY": "${input:megalaunch-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs