Skip to content
Cursor

OCI Pricing for Cursor

io.github.jasonwilbur/oci-pricing-mcp

Oracle Cloud Infrastructure pricing data with cost calculators and comparisons

client:Cursor transport:stdio runtime:npm

Install OCI Pricing in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "oci-pricing-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "oci-pricing-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OCI Pricing in other clients