NOAA GOES Satellite Imagery MCP Server for VS Code
io.github.mansurjisan/goes-mcp
GOES-18/19 satellite imagery — visible, infrared, water vapor, and composites via NOAA
client:VS Code
transport:stdio
runtime:pypi
Install NOAA GOES Satellite Imagery MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"goes-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"goes-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs