Skip to content
VS Code

patient safety ai mcp for VS Code

io.github.csoai-org/patient-safety-ai-mcp

Patient Safety Ai MCP Server by MEOK AI Labs

client:VS Code transport:stdio runtime:pypi

Install patient safety ai mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "patient-safety-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "patient-safety-ai-mcp"
      ]
    }
  }
}

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

patient safety ai mcp in other clients