Skip to content
Cursor

incomeos for Cursor

io.github.perufitlife/incomeos

Ask what you earn across every income stream: Stripe, affiliates, app stores, ads, manual.

client:Cursor transport:stdio runtime:npm

Install incomeos in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "incomeos": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "incomeos-mcp"
      ],
      "env": {
        "INCOMEOS_URL": "<INCOMEOS_URL>",
        "INCOMEOS_TOKEN": "<INCOMEOS_TOKEN>"
      }
    }
  }
}

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

incomeos in other clients