Skip to content
VS Code

sentinel execution mcp for VS Code

io.github.rohith1125/sentinel-execution-mcp

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

client:VS Code transport:stdio runtime:npm

Install sentinel execution mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "sentinel-execution-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sentinel-execution-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

sentinel execution mcp in other clients