Skip to content
Claude Desktop

boundaryai for Claude Desktop

ai.boundaryai/boundaryai

Deterministic runtime safety for AI agents: scan PII, gate tool actions, verify LLM output.

client:Claude Desktop transport:streamable-http

Install boundaryai in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "boundaryai": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.boundaryai.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

boundaryai in other clients