Skip to main content
Glama

methods-mcp

md-lab基盤のためのBioconductorメソッドアダプターです。各アダプターは、rpy2を介してRを実行する小さなFastAPI-in-DockerコンテナによってバックアップされたMCPツールとして、1つのメソッド(limma、fgsea、DESeq2など)をラップします。

当初計画されていたplaybase-mcpに代わるものです。OmicsPlaygroundはCC BY-NC-ND(商用利用不可)であるため、Bioconductorを直接ラップします。md-lab/NOTES.mdの§3を参照してください。

ステータス

v0.1.0 スケルトン。 limmaのみがスキャフォールドされており、そのコンテナはまだ存在しません。コンテナが出荷されるまで、ツール呼び出しはstatus: "container_unavailable"を返します。このリポジトリは、アダプターパターンをエンドツーエンドで証明するために存在します。

Related MCP server: dynamic-mcp

アーキテクチャ

Cowork / Codex / Jupyter
    ↓ MCP tool call: limma(intensity_parquet=..., contrast=..., ...)
methods-mcp (FastMCP, this repo)
    ↓ HTTP POST /run
method-limma container (FastAPI + rpy2, separate repo)
    ↓ rpy2
R: limma::eBayes(limma::lmFit(...))
    ↑ result parquet
methods-mcp
    ↑ {results_parquet, summary, methods_sentence, provenance}
Caller

各アダプターには、manifest.yamladapter.pyDockerfileREADME.mdの4つのファイルがあります。リファレンス形状については、src/methods_mcp/adapters/limma/を参照してください。

主要な実装リスト (W2–W3)

メソッド

ステータス

コンテナ

limma

スケルトン

未構築

fgsea

fisher_ora

DESeq2

WGCNA

glmnet + RF

survival (coxph)

sva + ComBat

シングルセル(Seurat、monocle3、Azimuth)も、インタビュー回答 §Q4に従い、v0.1のスコープに含まれています。

インストール

pip install -e ".[dev]"
pytest
# run server
python mcp_server.py            # stdio transport
python mcp_server_http.py       # HTTP transport, port 7102

コミュニティレジストリ

パターンが確立されれば、誰でもアダプターパッケージ(manifest.yaml + adapter.py + Dockerfile + README.md)を出荷できます。md-lab methods install <name>は、webwebb56/md-methods-registryの中央YAMLインデックスからフェッチします。npmスタイルの自動解決ではなく、Homebrewスタイルのフェッチによるインストールです。

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides a natural language interface for single-cell RNA-Seq analysis using the decoupleR framework. It enables users to perform biological pathway inference, data clustering, and visualization through MCP-compatible AI clients.
    4
  • A
    license
    B
    quality
    B
    maintenance
    Dynamic MCP server for Node.js enabling runtime tool creation, management, and execution in isolated sandboxes (Docker or Node).
    8
    17
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A high-performance MCP server that gives LLMs access to 25 biomedical tools federated across 50+ upstream APIs for genes, variants, drugs, diseases, literature, clinical trials, and structural biology.
    25
    67
    2
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    An MCP server that gives AI assistants access to biological and biomedical RDF databases via SPARQL at the RDF Portal, as well as selected REST APIs (NCBI E-utilities, UniProt, ChEMBL, PDB, Reactome, Rhea, MeSH, and more).
    29
    11
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP gateway federating 21 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.

  • 34 production API tools over one hosted MCP endpoint.

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/webwebb56/methods-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server