Flow Blockchain
Integrates with the Flow blockchain to enable direct querying of account balances, domain resolution, and transaction execution through RPC communication for seamless blockchain data access and operations.
1 stars
0 tools
Created Aug 2025
@lmcmz/lmcmz-flow-blockchain-flow-mcp-serverAbout
Integrates with the Flow blockchain to enable direct querying of account balances, domain resolution, and transaction execution through RPC communication for seamless blockchain data access and operations.
Categories
general
Installation
npm
npm install @lmcmz/lmcmz-flow-blockchain-flow-mcp-server
Configuration
{
"mcpServers": {
"lmcmz-flow-blockchain-flow-mcp-server": {
"command": "npx",
"args": [
"-y",
"@lmcmz/lmcmz-flow-blockchain-flow-mcp-server"
]
}
}
}