Oak
БесплатноНе проверенEnables AI agents to interact with ontologies through the Ontology Access Kit, providing ontology querying and management capabilities.
Описание
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
Установить Oak в Claude Desktop, Claude Code, Cursor
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-mcpFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Oak with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
