MCP Server
io.github.ralfbecher/orionbelt-semantic-layer MCP Server
io.github.ralfbecher/orionbelt-semantic-layer
What is the io.github.ralfbecher/orionbelt-semantic-layer MCP server?
API-first semantic layer MCP server compiling YAML models into dialect-specific SQL
How to install io.github.ralfbecher/orionbelt-semantic-layer
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"orionbelt-semantic-layer": {
"command": "uvx",
"args": [
"orionbelt-semantic-layer"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"orionbelt-semantic-layer": {
"command": "uvx",
"args": [
"orionbelt-semantic-layer"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"orionbelt-semantic-layer": {
"command": "uvx",
"args": [
"orionbelt-semantic-layer"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"orionbelt-semantic-layer": {
"type": "stdio",
"command": "uvx",
"args": [
"orionbelt-semantic-layer"
]
}
}
}Claude Code
claude mcp add orionbelt-semantic-layer -- uvx orionbelt-semantic-layerRelated MCP servers
Ontology-based MCP server for database schema analysis and RDF/OWL ontology generation
View repository →