yourware-mcp

MCP.Pizza Chef: ai-zerolab

Yourware MCP is a server that integrates with the Yourware platform, enabling users to upload entire projects, including single files or directories. It facilitates seamless project deployment and management within Yourware, supporting real-time context sharing with LLMs through the MCP protocol. This server streamlines project uploads and enhances collaboration by bridging local development environments with the Yourware cloud platform.

Use This MCP server To

Upload single files to Yourware platform via MCP Upload entire project directories to Yourware Integrate project uploads into AI-enhanced workflows Enable real-time project context sharing with LLMs Automate deployment of projects to Yourware Manage project versions through MCP server Facilitate collaboration by syncing projects to Yourware

README

Release Build status Commit activity License

Yourware MCP

MCP server to upload your project to yourware. Support single file or directory.

Showcase

Visit on yourware: https://v9gfmmif5s.app.yourware.so/

Showcase

Pre-requisites

  1. You need to login to yourware
  2. Then you can create a new API key, and set the YOURWARE_API_KEY environment variable. Don't worry, you chat with LLM to create and store the API key.

Configuration

General configuration

You can use the following configuration for cline/cursor/windsurf...

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

Cursor config guide

In cursor settings -> features -> MCP Servers, Add a new MCP Server, name it yourware-mcp and set the command to uvx yourware-mcp@latest stdio

Config cursor screenshot

Config claude code

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

Available environments variables

YOURWARE_API_KEY for the API key, you can also let llm config it for you.

yourware-mcp FAQ

How do I upload a project using yourware-mcp?
You can upload single files or entire directories to Yourware by connecting your local environment to the yourware-mcp server, which handles the transfer.
Does yourware-mcp support uploading directories as well as single files?
Yes, yourware-mcp supports both single file and directory uploads to the Yourware platform.
Is yourware-mcp compatible with multiple LLM providers?
Yes, yourware-mcp works with MCP-compatible LLMs such as OpenAI, Anthropic Claude, and Google Gemini by providing structured project context.
How does yourware-mcp improve project deployment workflows?
It automates and streamlines uploading projects to Yourware, reducing manual steps and enabling integration with AI workflows.
Can yourware-mcp be integrated into CI/CD pipelines?
Yes, it can be scripted to automate project uploads as part of continuous integration and deployment processes.
What kind of projects can I upload with yourware-mcp?
Any project consisting of files and directories that you want to deploy or manage on the Yourware platform.
Is there any license or usage restriction for yourware-mcp?
Yourware-mcp is open source under the license specified in its GitHub repository, allowing flexible use and modification.