api for VS Code
org.gdacs/api
An MCP server that through www.gdacs.org provides access to web‐based disaster information systems.
client:VS Code
transport:streamable-http
tools:8
Install api in VS Code
.vscode/mcp.json
{
"servers": {
"api": {
"type": "http",
"url": "https://api.gdacs.org/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs