Skip to content
VS Code

orionbelt semantic layer for VS Code

io.github.ralfbecher/orionbelt-semantic-layer

API-first semantic layer MCP server compiling YAML models into dialect-specific SQL

client:VS Code transport:stdio runtime:pypi

Install orionbelt semantic layer in VS Code

.vscode/mcp.json

{
  "servers": {
    "orionbelt-semantic-layer": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "orionbelt-semantic-layer"
      ]
    }
  }
}

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

orionbelt semantic layer in other clients