UOS Genesis x402 Machine Utilities for Cursor
io.github.palsus2023-eng/genesis-mcp
Paid x402 MCP utilities for AI agents on Base: JSON, HTML, CSV, hashing, attestations.
client:Cursor
transport:stdio
runtime:npm
Install UOS Genesis x402 Machine Utilities in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"genesis-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@macbookgenesis/genesis-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs