Clay Seal for Cursor
io.github.clayseal/clayseal
Authorizes MCP tool calls against a session policy, not one call at a time.
client:Cursor
transport:stdio
runtime:pypi
Install Clay Seal in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clayseal": {
"type": "stdio",
"command": "uvx",
"args": [
"clayseal"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs