Skip to content

sentinel execution mcp for Zed

io.github.rohith1125/sentinel-execution-mcp

AI-controlled algorithmic trading engine exposing 40 MCP tools across 9 namespaces.

client:Zed transport:stdio runtime:npm

Install sentinel execution mcp in Zed

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

{
  "context_servers": {
    "sentinel-execution-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sentinel-execution-mcp"
      ]
    }
  }
}

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

sentinel execution mcp in other clients