Token导航 LogoToken导航TokenDH.com
WormBase MCP Server logo
数据服务未说明官方级别未说明来源级核验

WormBase MCP Server

MCP Server

WormBase MCP Server是一个用于查询秀丽隐杆线虫和线虫基因组学的数据库服务,提供基因、蛋白质、表型等多维度数据查询功能。

工具数

11

提示词数

0

GitHub Stars

0

资源数

0
生物信息学TypeScriptClaude数据分析ClaudeWindsurf

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

WormBase

提供方

WormBase

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

WormBase MCP服务器

MCP查询服务器 WormBase -the *秀丽隐杆线虫* 线虫基因组数据库。

安装

克劳德桌面

增添 ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)或 %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "wormbase": {
      "command": "npx",
      "args": ["-y", "@nuin/wormbase-mcp"]
    }
  }
}

克劳德代码(CLI)

增添 ~/.claude/settings.json:

{
  "mcpServers": {
    "wormbase": {
      "command": "npx",
      "args": ["-y", "@nuin/wormbase-mcp"]
    }
  }
}

光标

添加到光标设置(设置>MCP服务器):

{
  "wormbase": {
    "command": "npx",
    "args": ["-y", "@nuin/wormbase-mcp"]
  }
}

帆板运动

增添 ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "wormbase": {
      "command": "npx",
      "args": ["-y", "@nuin/wormbase-mcp"]
    }
  }
}

来源

git clone https://github.com/WormBase/wormbase-mcp.git
cd wormbase-mcp
npm install && npm run build

然后在配置中使用本地路径:

{
  "mcpServers": {
    "wormbase": {
      "command": "node",
      "args": ["/path/to/wormbase-mcp/dist/index.js"]
    }
  }
}

用法

自然地提问:

  • “daf-2是干什么的?”
  • “寻找与长寿有关的基因”
  • “获取unc-13的表型”
  • “查找lin-14的交互”
  • “aap-1的同源物是什么?”
  • “给我CE29083蛋白的序列”

工具

工具说明
search搜索基因、蛋白质、表型、菌株
get_gene基因详细信息(接受以下名称 daf-2 或ID,如 WBGene00000898)
get_protein蛋白质序列和结构域
get_phenotype表型信息和相关基因
get_disease人类疾病模型
get_strain实验室菌株
get_variation等位基因和突变
get_interactions遗传和物理相互作用
get_expression表达模式
get_ontologyGO注释
get_paper出版物详细信息

数据源

许可证

麻省理工学院

目录标签

目录标签

生物信息学TypeScriptClaude数据分析基因组学本地部署线虫研究数据查询

支持客户端

ClaudeWindsurf

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

部署方式(deploymentType,部署类型)

remote-capable

工具数量(toolCount,工具数)

11

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明noneremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP