ARGENTUM for Claude Desktop
io.github.giskard09/argentum
Karma economy for AI agents. Community attestations, on-chain reputation on Arbitrum.
client:Claude Desktop
transport:sse
Install ARGENTUM in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"argentum": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://argentum-mcp.rgiskard.xyz/sse"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs