Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Oak

БесплатноНе проверен

Enables AI agents to interact with ontologies through the Ontology Access Kit, providing ontology querying and management capabilities.

GitHubEmbed

Описание

Enables AI agents to interact with ontologies through the Ontology Access Kit, providing ontology querying and management capabilities.

README

A model context protocol (MCP) to help agents interact with ontologies and the ontology access kit

Quick Start

# Install dependencies and set up development environment
make dev

# Run the MCP server
make run-server

# Run tests
make test

Installation

Using uvx (Recommended)

# Install and run directly with uvx
uvx oak-mcp

Development Installation

# Install in development mode (includes dependencies)
make dev-install

Usage

Testing MCP Protocol

make test-mcp

Integration with AI Tools

Claude Desktop

Add this to your Claude Desktop configuration file:

{
  "mcpServers": {
    "oak-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "oak-mcp"
      ],
      "env": {}
    }
  }
}

Claude Code

claude mcp add oak-mcp uvx oak-mcp

Goose

goose session --with-extension "uvx oak-mcp"

Development

# Full development setup
make dev

# Run tests
make test

# Check dependencies
make check-deps

# Clean build artifacts
make clean

License

BSD-3-Clause

from github.com/monarch-initiative/oak-mcp

Установить Oak в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install oak-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add oak-mcp -- uvx oak-mcp

FAQ

Oak MCP бесплатный?

Да, Oak MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Oak?

Нет, Oak работает без API-ключей и переменных окружения.

Oak — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Oak в Claude Desktop, Claude Code или Cursor?

Открой Oak на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Oak with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai