orionbelt semantic layer for Cursor
io.github.ralfbecher/orionbelt-semantic-layer
API-first semantic layer MCP server compiling YAML models into dialect-specific SQL
client:Cursor
transport:stdio
runtime:pypi
Install orionbelt semantic layer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"orionbelt-semantic-layer": {
"type": "stdio",
"command": "uvx",
"args": [
"orionbelt-semantic-layer"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs