PluginBench
MCP Server
Active
MIT

Warrant MCP Server

io.github.s0fractal/warrant

What is the Warrant MCP server?

Record an agent's decisions with reasons anyone can re-execute offline — verify recomputes them.

How to install Warrant

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WARRANT_STORE

    Absolute path to the warrant store this server files into and verifies. Defaults to .warrants relative to the server process's working directory, which an MCP host does not guarantee.

  • WARRANT_KEY
    secret

    Ed25519 signing key. If unset, one is generated next to the store on the first filing and the result says so; any process that can read it can sign as this actor.

  • WARRANT_ACTOR

    Actor id written into filed warrants. Defaults to mcp-client@<hostname>.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "warrant": {
      "command": "uvx",
      "args": [
        "warrant-verify"
      ],
      "env": {
        "WARRANT_STORE": "<YOUR_WARRANT_STORE>",
        "WARRANT_KEY": "<YOUR_WARRANT_KEY>",
        "WARRANT_ACTOR": "<YOUR_WARRANT_ACTOR>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "warrant": {
      "command": "uvx",
      "args": [
        "warrant-verify"
      ],
      "env": {
        "WARRANT_STORE": "<YOUR_WARRANT_STORE>",
        "WARRANT_KEY": "<YOUR_WARRANT_KEY>",
        "WARRANT_ACTOR": "<YOUR_WARRANT_ACTOR>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "warrant": {
      "command": "uvx",
      "args": [
        "warrant-verify"
      ],
      "env": {
        "WARRANT_STORE": "<YOUR_WARRANT_STORE>",
        "WARRANT_KEY": "<YOUR_WARRANT_KEY>",
        "WARRANT_ACTOR": "<YOUR_WARRANT_ACTOR>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "warrant": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "warrant-verify"
      ],
      "env": {
        "WARRANT_STORE": "<YOUR_WARRANT_STORE>",
        "WARRANT_KEY": "<YOUR_WARRANT_KEY>",
        "WARRANT_ACTOR": "<YOUR_WARRANT_ACTOR>"
      }
    }
  }
}
Claude Code
claude mcp add warrant --env WARRANT_STORE=<YOUR_WARRANT_STORE> --env WARRANT_KEY=<YOUR_WARRANT_KEY> --env WARRANT_ACTOR=<YOUR_WARRANT_ACTOR> -- uvx warrant-verify

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →