Clay Seal for VS Code
io.github.clayseal/clayseal
Authorizes MCP tool calls against a session policy, not one call at a time.
client:VS Code
transport:stdio
runtime:pypi
Install Clay Seal in VS Code
.vscode/mcp.json
{
"servers": {
"clayseal": {
"type": "stdio",
"command": "uvx",
"args": [
"clayseal"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs