1. Conduid
  2. Developer Tools
  3. Yourware MCP
MCP server · Developer Tools

Yourware MCP

mcp server for yourware

Unclaimed MIT last commit 6 months ago devtools
59Fair

Scored 3 months ago · breakdown

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

Install
npx yourware-mcp

This 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

I know everything about Yourware MCP. Ask me about installation, configuration, usage, or troubleshooting.

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

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.

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Yourware MCP

How do I install Yourware MCP?

Run npx yourware-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Yourware MCP safe to use with an AI agent?

Its trust score is 59 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Yourware MCP still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.