crypto signals mcp for VS Code
io.github.forgemeshlabs/crypto-signals-mcp
Crypto Signals by ForgeMesh: market intelligence, calibrated forecasts, whale flows, risk context.
client:VS Code
transport:stdio
runtime:npm
Install crypto signals mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "wallet-private-key",
"description": "WALLET_PRIVATE_KEY",
"password": true
}
],
"servers": {
"crypto-signals-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@forgemeshlabs/crypto-signals-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "${input:wallet-private-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs