Skip to content
VS Code

regulatory webhook mcp for VS Code

io.github.csoai-org/regulatory-webhook-mcp

Regulatory Webhook MCP Server by MEOK AI Labs

client:VS Code transport:stdio runtime:pypi

Install regulatory webhook mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "regulatory-webhook-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "regulatory-webhook-mcp"
      ]
    }
  }
}

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

regulatory webhook mcp in other clients