Agentic Reputation Gateway for Claude Desktop
io.github.agenticsubstrate/reputation-gateway
Read-only gateway for durable agent identity, consent, recognized work, and signed receipts.
client:Claude Desktop
transport:streamable-http
tools:7
Install Agentic Reputation Gateway in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"reputation-gateway": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agentic-reputation-gateway.maxrhinehart.workers.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs