Token导航 LogoToken导航TokenDH.com
MCP Server Cookiecutter logo
运维云端stdio官方级别未说明来源级核验

MCP Server Cookiecutter

MCP Server

一个基于Python的生物医学MCP服务器Cookiecutter模板,用于快速创建和发布MCP服务器。

工具数

0

提示词数

0

GitHub Stars

11

资源数

0
PythonFastMCP云端部署

安装说明

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

作者 / 组织

biocontext-ai

提供方

biocontext-ai

最后核验

2026/5/17 20:22

运行时

Python

快速接入

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

命令预览

uvx cookiecutter https://github.com/biocontext-ai/mcp-server-cookiecutter.git

详细介绍

BioContextAI MCP服务器厨师模板

基于Python的生物医学MCP服务器的Cookiecutter模板 FastMCP。有关BioContextAI项目的更多信息,请参阅https://biocontext.ai.

用法

使用此模板 cookiecutter 通过运行:

uvx cookiecutter https://github.com/biocontext-ai/mcp-server-cookiecutter.git

或者,您也可以安装 cookiecutter 随着 pip:

python3 -m pip install --user cookiecutter
cookiecutter https://github.com/biocontext-ai/mcp-server-cookiecutter.git

发布您的MCP服务器

Python包

我们建议您通过以下方式发布MCP服务器 PyPi 以便可以通过以下方式安装 uvpip。最简单的方法是在MCP服务器的GitHub存储库上创建一个版本,并使用附带的 release.yaml GitHub行动。在发布第一个版本之前,请确保将存储库和操作作为受信任的发布者添加到您的PyPi帐户中。

通过设置此cookiecutter,用户将能够使用以下命令简单运行MCP服务器:

uvx your_package_name

将其包含在支持的各种客户端之一中 mcp.json 标准,请使用:

{
  "mcpServers": {
    "server-name": {
      "command": "uvx",
      "args": ["your_package_name"],
      "env": {
        "UV_PYTHON": "3.12" // or required version
      }
    }
  }
}

提交至BioContextAI

也欢迎您加入我们的 社区 在scverse®Zulip中与用户、开发人员联系并展示您的作品。

引用

如果此模板对您的研究有用,请引用:

@article{BioContext_AI_Kuehl_Schaub_2025,
  title={BioContextAI is a community hub for agentic biomedical systems},
  url={http://dx.doi.org/10.1038/s41587-025-02900-9},
  urldate = {2025-11-06},
  doi={10.1038/s41587-025-02900-9},
  year = {2025},
  month = nov,
  journal={Nature Biotechnology},
  publisher={Springer Science and Business Media LLC},
  author={Kuehl, Malte and Schaub, Darius P. and Carli, Francesco and Heumos, Lukas and Hellmig, Malte and Fernández-Zapata, Camila and Kaiser, Nico and Schaul, Jonathan and Kulaga, Anton and Usanov, Nikolay and Koutrouli, Mikaela and Ergen, Can and Palla, Giovanni and Krebs, Christian F. and Panzer, Ulf and Bonn, Stefan and Lobentanzer, Sebastian and Saez-Rodriguez, Julio and Puelles, Victor G.},
  year={2025},
  month=nov,
  language={en},
}

目录标签

目录标签

PythonFastMCP云端部署生物医学本地部署MCP服务器Python模板Cookiecutter

接入字段

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

stdio

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

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

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

0

权限和风险

stdionone部署方式未说明

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

安装前确认

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

来源信息

继续浏览同类 MCP