mcp-conduct

ogasurfproject-jpg/mcp-conduct
★ 0 stars JavaScript AI/LLM Updated 1d ago
Check an MCP server's conduct before your agent connects. Reads the MCP Verification Gate, recomputes verdict hashes locally, applies a policy you choose. Zero dependencies.
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": {
    "mcp-conduct": {
      "command": "npx",
      "args": [
        "-y",
        "ogasurfproject-jpg/mcp-conduct"
      ]
    }
  }
}

README Excerpt

Check an MCP server's conduct before your agent connects to it. One GET to a free public instrument, a hash you recompute yourself, and a policy you choose. Zero dependencies, Node 18+. ```js import { conductGate } from "mcp-conduct"; const gate = conductGate({ policy: "measured" }); await gate.assert("https://some-server.example/mcp"); // throws ConductBlocked if the policy says no

Tools (9)

absentheldmeasuredoffpendingstateunavailableverifiedwatched