← Back to Plugins
MCP Server MCP

io.github.Garl-Protocol/agent-trust

github By github 👁 1 views ▲ 0 votes

Tamper-evident action receipts, trust scoring & capability tokens for AI agents. 29 MCP tools.

Homepage Verified source GitHub

Install

npx -y @garl-protocol/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@garl-protocol/mcp-server",
      "version": "1.4.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your GARL API key for write operations (trace submission, endorsements)",
          "format": "string",
          "isSecret": true,
          "name": "GARL_API_KEY"
        },
        {
          "description": "Your GARL agent UUID for trace submissions",
          "format": "string",
          "name": "GARL_AGENT_ID"
        },
        {
          "description": "GARL API base URL (default: https://api.garl.ai/api/v1)",
          "format": "string",
          "name": "GARL_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...