← Index

RillCoin

io.github.rillcoin/rill·v0.1.1·Other
Quality Score
83
/100

AI agent wallets, Proof of Conduct reputation, and concentration decay on L1

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "rill": {
      "command": "npx",
      "args": [
        "-y",
        "@rillcoin/mcp"
      ],
      "env": {
        "RILL_FAUCET_URL": "<rill_faucet_url>",
        "RILL_EXPLORER_URL": "<rill_explorer_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "rill": {
      "command": "npx",
      "args": [
        "-y",
        "@rillcoin/mcp"
      ],
      "env": {
        "RILL_FAUCET_URL": "<rill_faucet_url>",
        "RILL_EXPLORER_URL": "<rill_explorer_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @rillcoin/mcp
§02  Environment variables
RILL_FAUCET_URL

Faucet API base URL

RILL_EXPLORER_URL

Explorer API base URL

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other