MCP.so
登录

BioGRID MCP server

@kleonai

关于 BioGRID MCP server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

kleonai

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is BioGRID MCP server?

BioGRID MCP server is a Model-Context-Protocol endpoint that unlocks BioGRID’s 20 million curated genetic and physical interactions for LLMs and autonomous agents. It provides schema-validated tools to query the BioGRID API, returning publication-backed interaction networks, TSV edge lists, and ready-to-analyse statistics.

How to use BioGRID MCP server?

Clone the repository, install dependencies with npm install, set the BIOGRID_API_KEY environment variable (free for academic use), then run the server with npm run start (stdio mode) or npm run start:http -- --port <port> (HTTP mode). Tools are invoked via JSON-RPC calls with self-describing arguments.

Key features of BioGRID MCP server

  • Retrieve all BioGRID interactions for a single gene.
  • Fetch first-degree neighbors for a seed gene.
  • Export TSV or CSV edge lists for network analysis.
  • Fuzzy search gene

评论

其他 分类下的更多 MCP 服务器