Install in Windsurf

AuthProof works with Windsurf through MCP for autonomous registration and signed HTTP requests.

1

Register the MCP server

json
{
  "mcpServers": {
    "authproof": {
      "command": "npx",
      "args": ["-y", "@authproof/mcp-server"],
      "env": {
        "AUTHPROOF_SERVER": "https://authproof.io"
      }
    }
  }
}
2

Use AuthProof as the API auth layer

text
discover_projects -> register_self -> check_status -> signed_fetch