SealGate for VS Code
jp.sealgate/sealgate
既存のログインにパスキー (生体認証) を後付けする API (日本製)。登録・認証・失効・復旧を tool で組み込み、利用者のデータは開発者の手元に残る。API キーは管理画面で発行
client:VS Code
transport:streamable-http
tools:15
Install SealGate in VS Code
.vscode/mcp.json
{
"servers": {
"sealgate": {
"type": "http",
"url": "https://api.sealgate.jp/v1/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs