Tuurio ID for Claude Desktop
io.github.tuurio/tuurio-id
Manage users, OIDC clients, roles, settings, and audits with tenant-bound OAuth.
client:Claude Desktop
transport:streamable-http
Install Tuurio ID in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tuurio-id": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{tenant}.id.tuurio.com/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