nexflow smf for Cline
io.github.moejeaux/nexflow-smf
Smart Meta-Facilitator for x402 payments on Base: route, verify, and settle payments.
client:Cline
transport:stdio
runtime:npm
Install nexflow smf in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"nexflow-smf": {
"command": "npx",
"args": [
"-y",
"@nexflow-smf/smf"
],
"env": {
"NEXFLOW_API_KEY": "<NEXFLOW_API_KEY>",
"NEXFLOW_BASE_URL": "<NEXFLOW_BASE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs