Yourware MCP
Upload project files or directories to the Yourware platform.
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_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 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.
Related Servers
ShaderToy-MCP
Query and interact with ShaderToy shaders using large language models.
Devcontainers
Integrates with the devcontainers CLI to manage development containers. Requires Docker.
Xcode MCP
Integrate with Xcode to build and manage your projects.
Kubernetes Automated Installation
An agent for automatically installing Kubernetes in a Rocky Linux environment using MCP.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
MCP Chart Server
Create real-time TradingView chart visualizations using the Chart-IMG API.
Python Weather Server
A FastAPI-based server that provides weather information from the National Weather Service API, secured with OAuth 2.1.
GraphQL Schema
Exposes GraphQL schema information to LLMs, allowing them to explore and understand the schema using specialized tools.
Futu MCP
A quantitative analysis platform for Futu Securities, offering intelligent caching, technical analysis, and pattern recognition.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.