Skip to content
VS Code

nankai trough for VS Code

io.github.mrslbt/nankai-trough

Nankai Trough earthquake hazard & building-safety, from official Japan data. No verdicts.

client:VS Code transport:stdio runtime:npm

Install nankai trough in VS Code

.vscode/mcp.json

{
  "servers": {
    "nankai-trough": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nankai-trough-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

nankai trough in other clients