Back to MCP directory
publicPublicdnsLocal runtime

yourware-mcp

Yourware MCP是一个用于将项目上传至yourware平台的服务器工具,支持单文件或目录上传。

article

README

🚀 Yourware MCP

Yourware MCP 是 Yourware 项目的上传服务器,支持单文件或文件夹上传,为项目文件的上传提供了便捷的解决方案。

🚀 快速开始

展示

你可以访问 yourware 查看效果:https://v9gfmmif5s.app.yourware.so/

展示图片

先决条件

  1. 需要登录到 yourware
  2. 然后可以创建一个新的 API 密钥,并设置 YOURWARE_API_KEY 环境变量。不用担心,您可以与 LLM 聊天来创建和存储 API 密钥。

📦 安装指南

配置

通用配置

你可以使用以下配置用于 cline/cursor/windsurf...

{
  "mcpServers": {
    "yourware-mcp": {
      "command": "uvx",
      "args": ["yourware-mcp@latest", "stdio"],
      "env": {}
    }
  }
}

Cursor 配置指南

在 Cursor 设置 -> 功能 -> MCP 服务器,添加一个新的 MCP 服务器,命名为 yourware-mcp 并设置命令为 uvx yourware-mcp@latest stdio

配置截图

配置 claude 代码

claude mcp add yourware-mcp -s user -- uvx yourware-mcp@latest stdio

可用的环境变量

YOURWARE_API_KEY 用于 API 密钥,你也可以让 LLM 帮助配置。

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