Command Palette

Search for a command to run...

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

Omics

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

A Model Context Protocol server that enables retrieval of -omics data from sources like PDB, ChEMBL, UniProt, PubChem, and HUGO.

GitHubEmbed

Описание

A Model Context Protocol server that enables retrieval of -omics data from sources like PDB, ChEMBL, UniProt, PubChem, and HUGO.

README

A Model Context Protocol server for retrieving -omics data from various online sources.

Colby T. Ford, Ph.D.

Run the MCP server

To run the MCP server, you need to have FastMCP installed. You can install it using pip:

pip install -r requirements.txt

Then, you can check that the server will run using the following command:

fastmcp run server.py

Example: Communicate with the MCP server locally in Ollama using MCPHost

  1. Pull your desired model from Ollama:
ollama pull qwen2.5:0.5b

Note that you can use any of the models that support "tools". Avoid the "thinking" models, as their outputs are overly verbose for this use case.

  1. Install the MCPHost package:
go install github.com/mark3labs/mcphost@latest
## Make sure mcphost is in your PATH 
# export PATH="$HOME/go/bin:$PATH"
  1. Run MCPHost with the model you pulled from Ollama:
mcphost -m ollama:qwen2.5:0.5b --config .mcphost.json
  1. Run some examples:
  • PDB - "From the Protein Data Bank, tell me about PDB 5JXE."
  • ChEMBL - "In the ChEMBL database, what are the other names for the compound with ID 'CHEMBL112'?"
  • UniProt - "What is the UniProt ID P43220?"
  • PubChem - "What is the PubChem CID 2244?"
  • HUGO - "Tell me about the gene BRCA1."

from github.com/colbyford/mcp-omics

Установка Omics

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/colbyford/mcp-omics

FAQ

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

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

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

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

Omics — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

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

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

Похожие MCP

Compare Omics with

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

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

Автор?

Embed-бейдж для README

Похожее

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