Skip to content
Cursor

orionbelt analytics for Cursor

io.github.ralfbecher/orionbelt-analytics

Ontology-based MCP server for database schema analysis and RDF/OWL ontology generation

client:Cursor transport:stdio runtime:pypi

Install orionbelt analytics in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "orionbelt-analytics": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "orionbelt-analytics"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

orionbelt analytics in other clients