hive-mcp-imprimatur

srotzin/hive-mcp-imprimatur
★ 0 stars JavaScript Code/Dev Tools Updated today
Imprimatur pre-attestation gate MCP server — a signed clearance bound to an inference before it runs; an uncleared call is refused. Asserts policy, never legality. Patent Pending.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hive-mcp-imprimatur": {
      "command": "npx",
      "args": [
        "-y",
        "srotzin/hive-mcp-imprimatur"
      ]
    }
  }
}