Authorizes MCP tool calls against a session policy, not one call at a time.
claude mcp add clayseal -- uvx clayseal
claude_desktop_config.json
{
"mcpServers": {
"clayseal": {
"command": "uvx",
"args": [
"clayseal"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"clayseal": {
"command": "uvx",
"args": [
"clayseal"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"clayseal": {
"command": "uvx",
"args": [
"clayseal"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"clayseal": {
"type": "stdio",
"command": "uvx",
"args": [
"clayseal"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"clayseal": {
"command": "uvx",
"args": [
"clayseal"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.clayseal--clayseal/reviews or the review_server meta-tool.
POST /mcp