Back to MCP directory
publicPublicdnsLocal runtime

pypi-query-mcp-server

这是一个用于创建新项目的git仓库模板

article

README

🚀 新项目创建Git仓库样板

本项目是一个用于创建新项目的Git仓库样板,能帮助你快速搭建项目环境,节省时间与精力。

🚀 快速开始

以下是使用此模板的步骤:

  1. 将此仓库克隆到你的本地计算机上。
  2. 切换到克隆的目录。
  3. 为你的项目创建一个新的分支(可选但推荐)。

⚠️ 重要提示

如果你是第一次使用这个模板,你可能需要初始化一个新的Git仓库。你可以通过在项目目录中的终端运行 git init 来完成此操作。

💡 使用建议

若在使用过程中有任何问题或建议,请随时联系我们!

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client