owl4agents

leungBH/owl4agents
★ 2 stars Java AI/LLM Updated today
Local OWL ontology reasoning and MCP server for LLM agents. `owl4agents` is a local-first OWL/RDF ontology runtime for researchers and agent developers. It is designed to import, manage, reason over, and retrieve structured semantic context from OWL ontologies, then expose those capabilities through both CLI commands and an MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "owl4agents": {
      "command": "npx",
      "args": [
        "-y",
        "leungBH/owl4agents"
      ]
    }
  }
}