amanat for VS Code
io.github.pugarhuda/amanat
Storm risk, route risk and reanalysis backtests for any point on earth. No key, no wallet.
client:VS Code
transport:stdio
runtime:npm
Install amanat in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "amanat-miner",
"description": "AMANAT_MINER",
"password": true
}
],
"servers": {
"amanat": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"amanat-mcp"
],
"env": {
"AMANAT_MINER": "${input:amanat-miner}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs