← Index

Launch Engine — Business Execution OS

io.github.ZionHopkins/launch-engine·v1.1.0·Other
Quality Score
95
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "launch-engine": {
      "command": "npx",
      "args": [
        "-y",
        "launch-engine-mcp"
      ],
      "env": {
        "LAUNCH_ENGINE_PROJECT_DIR": "<launch_engine_project_dir>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "launch-engine": {
      "command": "npx",
      "args": [
        "-y",
        "launch-engine-mcp"
      ],
      "env": {
        "LAUNCH_ENGINE_PROJECT_DIR": "<launch_engine_project_dir>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y launch-engine-mcp
§02  Environment variables
LAUNCH_ENGINE_PROJECT_DIR

Path to your project directory where pipeline-state.json and assets/ live

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other