Aether Wealth for VS Code
ai.aetherwealth/mcp
Aether Wealth MCP for AI assistants: trades, alerts, market data, macro calendar & indicators.
client:VS Code
transport:stdio
runtime:npm
Install Aether Wealth in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aetherwealth/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs