kronos forgemesh mcp for VS Code
io.github.forgemeshlabs/kronos-forgemesh-mcp
Kronos market intelligence with calibrated ranges, audits, and x402 payments on Base.
client:VS Code
transport:stdio
runtime:npm
Install kronos forgemesh mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "wallet-private-key",
"description": "WALLET_PRIVATE_KEY",
"password": true
}
],
"servers": {
"kronos-forgemesh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@forgemeshlabs/kronos-forgemesh-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