MCP Server
io.github.ralfbecher/orionbelt-analytics MCP Server
io.github.ralfbecher/orionbelt-analytics
What is the io.github.ralfbecher/orionbelt-analytics MCP server?
Ontology-based MCP server for database schema analysis and RDF/OWL ontology generation
How to install io.github.ralfbecher/orionbelt-analytics
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-analytics": {
"command": "uvx",
"args": [
"orionbelt-analytics"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"orionbelt-analytics": {
"command": "uvx",
"args": [
"orionbelt-analytics"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"orionbelt-analytics": {
"command": "uvx",
"args": [
"orionbelt-analytics"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"orionbelt-analytics": {
"type": "stdio",
"command": "uvx",
"args": [
"orionbelt-analytics"
]
}
}
}Claude Code
claude mcp add orionbelt-analytics -- uvx orionbelt-analyticsRelated MCP servers
API-first semantic layer MCP server compiling YAML models into dialect-specific SQL
View repository →