B
io.github.rillcoin/rill · v0.1.1
AI agent wallets, Proof of Conduct reputation, and concentration decay on L1
RillCoin 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"rill": {
"command": "npx",
"args": [
"-y",
"@rillcoin/mcp"
]
}
}
}RILL_FAUCET_URL可选Faucet API base URL
RILL_EXPLORER_URL可选Explorer API base URL
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.rillcoin/rill",
"type": "mcp-server",
"version": "0.1.1",
"displayName": "RillCoin",
"description": "AI agent wallets, Proof of Conduct reputation, and concentration decay on L1",
"repository": {
"url": "https://github.com/rillcoin/rill",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@rillcoin/mcp",
"version": "0.1.1",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "RILL_FAUCET_URL",
"description": "Faucet API base URL"
},
{
"name": "RILL_EXPLORER_URL",
"description": "Explorer API base URL"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.rillcoin/rill",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.rillcoin%2Frill/versions/latest",
"isOfficial": true,
"status": "active"
}
}