Skip to content
Cursor

engine for Cursor

io.github.cicicalex/engine

AIN bias & stability engine: finance, gaming, AI, crypto. 68 tools across 11 categories.

client:Cursor transport:stdio runtime:npm

Install engine 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": {
    "engine": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "zpl-engine-mcp"
      ],
      "env": {
        "ZPL_API_KEY": "<ZPL_API_KEY>",
        "ZPL_MODE": "<ZPL_MODE>",
        "ZPL_ENGINE_URL": "<ZPL_ENGINE_URL>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

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

engine in other clients