← Index

io.github.Garl-Protocol/agent-trust

io.github.Garl-Protocol/agent-trust·v1.1.3·Other
Quality Score
83
/100

AI agent trust & reputation protocol — verify, score, route, compare, delegate. 18 tools.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agent-trust": {
      "command": "npx",
      "args": [
        "-y",
        "@garl-protocol/mcp-server"
      ],
      "env": {
        "GARL_API_KEY": "<your-garl_api_key>",
        "GARL_AGENT_ID": "<garl_agent_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agent-trust": {
      "command": "npx",
      "args": [
        "-y",
        "@garl-protocol/mcp-server"
      ],
      "env": {
        "GARL_API_KEY": "<your-garl_api_key>",
        "GARL_AGENT_ID": "<garl_agent_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @garl-protocol/mcp-server
§02  Environment variables
GARL_API_KEY
secret

Your GARL API key (get one via garl_register_agent tool or POST https://api.garl.ai/api/v1/agents/auto-register)

GARL_AGENT_ID

Your GARL agent UUID (returned on registration)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other