orionbelt analytics for VS Code
io.github.ralfbecher/orionbelt-analytics
Ontology-based MCP server for database schema analysis and RDF/OWL ontology generation
client:VS Code
transport:stdio
runtime:pypi
Install orionbelt analytics in VS Code
.vscode/mcp.json
{
"servers": {
"orionbelt-analytics": {
"type": "stdio",
"command": "uvx",
"args": [
"orionbelt-analytics"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs