solana mcp for VS Code
io.github.sylenzor/solana-mcp
Read-only Solana MCP: rug-risk, bundle & deployer checks, live market, full audit. No keys.
client:VS Code
transport:stdio
runtime:npm
Install solana mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "solana-rpc-url",
"description": "SOLANA_RPC_URL",
"password": true
}
],
"servers": {
"solana-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rigel-protocol/solana-mcp"
],
"env": {
"SOLANA_RPC_URL": "${input:solana-rpc-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs