mcp package for Cursor
io.github.ordersofmagnitudellc/mcp-package
MCP server for OOM x402 search 1,000+ pay-per-call API endpoints
client:Cursor
transport:stdio
runtime:npm
Install mcp package in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-package": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"oom-x402-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs