SealGate for Claude Desktop
jp.sealgate/sealgate
既存のログインにパスキー (生体認証) を後付けする API (日本製)。登録・認証・失効・復旧を tool で組み込み、利用者のデータは開発者の手元に残る。API キーは管理画面で発行
client:Claude Desktop
transport:streamable-http
tools:15
Install SealGate in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sealgate": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.sealgate.jp/v1/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