Record an agent's decisions with reasons anyone can re-execute offline — verify recomputes them.
claude mcp add warrant -- uvx warrant-verify
claude_desktop_config.json
{
"mcpServers": {
"warrant": {
"command": "uvx",
"args": [
"warrant-verify"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"warrant": {
"command": "uvx",
"args": [
"warrant-verify"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"warrant": {
"command": "uvx",
"args": [
"warrant-verify"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"warrant": {
"type": "stdio",
"command": "uvx",
"args": [
"warrant-verify"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"warrant": {
"command": "uvx",
"args": [
"warrant-verify"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.s0fractal--warrant/reviews or the review_server meta-tool.
POST /mcp