io.github.temrjan/rustok-wallet · v0.2.2
Self-custody Ethereum Agent Wallet. All chains enabled by default. User assumes all risks.
Rustok Wallet 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"rustok-wallet": {
"command": "npx",
"args": [
"-y",
"rustok-agent-mcp"
],
"env": {
"RUSTOK_AGENT_PASSWORD": "<RUSTOK_AGENT_PASSWORD>"
}
}
}
}RUSTOK_AGENT_PASSWORD必填secretPassword to unlock the agent wallet
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.temrjan/rustok-wallet",
"type": "mcp-server",
"version": "0.2.2",
"displayName": "Rustok Wallet",
"description": "Self-custody Ethereum Agent Wallet. All chains enabled by default. User assumes all risks.",
"repository": {
"url": "https://github.com/temrjan/rustok",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "rustok-agent-mcp",
"version": "0.2.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "RUSTOK_AGENT_PASSWORD",
"description": "Password to unlock the agent wallet",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.temrjan/rustok-wallet",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.temrjan%2Frustok-wallet/versions/latest",
"isOfficial": true,
"status": "active"
}
}