open-ontologies

fabio-rovai/open-ontologies
★ 73 stars Rust 📊 Data/Analytics Updated 18d ago
AI-native ontology engine: a Rust MCP server with tools for building, validating, querying, and reasoning over RDF/OWL ontologies. In-memory Oxigraph triple store, native OWL2-DL tableaux reasoner, SHACL validation, SPARQL, versioning. Single binary, no JVM.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "open-ontologies": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "open-ontologies"
      ]
    }
  }
}

Topics

ai-nativeclaudedescription-logicsknowledge-graphlinked-datamcpmcp-serverontologyowlowl2oxigraphreasoningrustshaclsparql