Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From Agent Wallet
MCP server providing agent wallet functionality for blockchain interactions. Runs locally via shell script and uses FastMCP logging. Purpose is wallet-related agent capabilities.
npx claudepluginhub lopushok9/agent-layer --plugin agent-walletCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"agent-wallet": {
"command": "sh",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/run_mcp.sh"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR",
"FASTMCP_SHOW_SERVER_BANNER": "false"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
shCommand-line arguments passed to the server process
Environment variables set when the server starts
FASTMCP_LOG_LEVEL=ERRORFASTMCP_SHOW_SERVER_BANNER=falseShare bugs, ideas, or general feedback.