nexflow smf for Cursor
io.github.moejeaux/nexflow-smf
Smart Meta-Facilitator for x402 payments on Base: route, verify, and settle payments.
client:Cursor
transport:stdio
runtime:npm
Install nexflow smf in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nexflow-smf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nexflow-smf/smf"
],
"env": {
"NEXFLOW_API_KEY": "<NEXFLOW_API_KEY>",
"NEXFLOW_BASE_URL": "<NEXFLOW_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs