Loading subscription status...
{
"mcpServers": [
{
"global-stock-server": {
"env": {
"HOST": "localhost",
"PORT": "3000",
"NODE_ENV": "production",
"POLYGON_API_KEY": "your_polygon_api_key_here"
},
"args": [
"run",
"start"
],
"command": "npm"
}
}
]
}