Skip to content
Zed

engine for Zed

io.github.cicicalex/engine

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

client:Zed transport:stdio runtime:npm

Install engine in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "engine": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

engine in other clients