arbiter for Cline
io.github.godwin105/arbiter
Is this transaction safe to sign? Decodes what it really does and answers allow, warn or block.
client:Cline
transport:stdio
runtime:npm
Install arbiter in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"arbiter": {
"command": "npx",
"args": [
"-y",
"@arbiterlabs/mcp"
],
"env": {
"ARBITER_URL": "<ARBITER_URL>",
"ARBITER_PRIVATE_KEY": "<ARBITER_PRIVATE_KEY>",
"ARBITER_MAX_SPEND_USD": "<ARBITER_MAX_SPEND_USD>",
"ARBITER_MAX_PRICE_PER_CALL": "<ARBITER_MAX_PRICE_PER_CALL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs