← Back to Plugins
MCP Server MCP

io.github.World-999-Labs/proof-layer

github By github 👁 1 views ▲ 0 votes

Signed, hash-chained provenance receipts for AI agent actions.

Homepage Verified source GitHub

Install

npx -y @proof-layer/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@proof-layer/mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Proof Layer API key from https://prooflayer.world999labs.com/dashboard/keys",
          "isRequired": true,
          "isSecret": true,
          "name": "PROOF_LAYER_API_KEY"
        },
        {
          "description": "Override the default API endpoint (default: https://prooflayer.world999labs.com)",
          "name": "PROOF_LAYER_API_URL"
        },
        {
          "description": "Set to 'off' to disable anonymous usage telemetry (default: on)",
          "name": "PROOF_LAYER_TELEMETRY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...