protege-mcp

hakjuoh/protege-mcp
★ 0 stars Java AI/LLM Updated 1d ago
An MCP (Model Context Protocol) server for Protégé Desktop: exposes the live, active ontology to MCP clients (Claude Code, Codex, …) and edits it through Protégé's shared OWLModelManager — plus an in-Protégé AI chat assistant.
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": {
    "protege-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hakjuoh/protege-mcp"
      ]
    }
  }
}

README Excerpt

**Protégé MCP** is a plugin for **Protégé Desktop** that runs a local **MCP (Model Context Protocol) server**. It gives MCP-compatible AI tools — such as **Claude Code** and **Codex** — live access to the ontology you have open in Protégé, so they can explore it and make edits for you. It also ships an

Topics

claudecodexmcpmodel-context-protocolontologyosgiowlowlapiprotegesemantic-web