Skip to content
VS Code

DSAIL for VS Code

ai.jaxon/dsail

Turn a written policy into rules a program can check, and get the same answer every time.

client:VS Code transport:streamable-http runtime:pypi

Install DSAIL in VS Code

.vscode/mcp.json

{
  "servers": {
    "dsail": {
      "type": "http",
      "url": "https://agents.jaxon.ai/mcp"
    }
  }
}

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

DSAIL in other clients