About Yourware MCP
Yourware MCP is an MCP server published by ai-zerolab in the Developer Tools category: mcp server for yourware. It has been installed 0 times through Conduid.
The repository has 9 stars and 4 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx yourware-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Yourware MCP
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
Yourware MCP
MCP server to upload your project to yourware. Support single file or directory.
Showcase
Visit on yourware: https://v9gfmmif5s.app.yourware.so/

Pre-requisites
- You need to login to yourware
- Then you can create a new API key, and set the
YOURWARE_API_KEYenvironment 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 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.
README mirrored from the source repository 3 months ago. The original is authoritative.