Skip to content
Windsurf

AgentTrust for Windsurf

io.github.raditotev/agent-trust

MCP Server for Agent Reputation & Trust Scoring

client:Windsurf transport:stdio runtime:pypi

Install AgentTrust in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agent-trust": {
      "command": "uvx",
      "args": [
        "agent-trust-mcp"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "REDIS_URL": "<REDIS_URL>",
        "SIGNING_KEY_PATH": "<SIGNING_KEY_PATH>",
        "AUTH_PROVIDER": "<AUTH_PROVIDER>",
        "AGENTAUTH_ACCESS_TOKEN": "<AGENTAUTH_ACCESS_TOKEN>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

AgentTrust in other clients