Skip to content

orionbelt semantic layer for Zed

io.github.ralfbecher/orionbelt-semantic-layer

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

client:Zed transport:stdio runtime:pypi

Install orionbelt semantic layer in Zed

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

{
  "context_servers": {
    "orionbelt-semantic-layer": {
      "command": "uvx",
      "args": [
        "orionbelt-semantic-layer"
      ]
    }
  }
}

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

orionbelt semantic layer in other clients