Skip to content
Cursor

Launch Engine — Business Execution OS for Cursor

io.github.zionhopkins/launch-engine

Agentic pipeline — 39 tools from idea to revenue for solo founders.

client:Cursor transport:stdio runtime:npm

Install Launch Engine — Business Execution OS 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": {
    "launch-engine": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "launch-engine-mcp"
      ],
      "env": {
        "LAUNCH_ENGINE_PROJECT_DIR": "<LAUNCH_ENGINE_PROJECT_DIR>"
      }
    }
  }
}

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

Launch Engine — Business Execution OS in other clients