Stats
Actions
Tags
From vulcan
Connects to the Vulcan blockchain wallet for transaction signing and account management. Requires wallet credentials.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"vulcan": {
"command": "vulcan",
"args": [
"mcp"
],
"env": {
"VULCAN_WALLET_NAME": "${user_config.wallet_name}",
"VULCAN_WALLET_PASSWORD": "${user_config.wallet_password}"
}
}
}
}Replace placeholder values for: VULCAN_WALLET_PASSWORD
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
vulcanCommand-line arguments passed to the server process
Environment variables set when the server starts
VULCAN_WALLET_NAME=${user_config.wallet_name}VULCAN_WALLET_PASSWORD=${user_config.wallet_password}Sensitive values you must provide — never committed to source control
npx claudepluginhub ellipsis-labs/vulcan-cli