Welcome to MCP-SEMCLONE! This guide will help you get up and running quickly.

What is MCP-SEMCLONE?

MCP-SEMCLONE is an AI-driven OSS compliance tooling solution that helps you manage and track open source software compliance in your projects.

Prerequisites

Before you begin, make sure you have:

  • Node.js 18 or higher installed
  • A Claude API key
  • Basic familiarity with command-line tools

Installation

Install MCP-SEMCLONE using npm:

npm install -g mcp-semclone

Or using yarn:

yarn global add mcp-semclone

Configuration

  1. Create a configuration file in your home directory:
mcp-semclone init
  1. Add your API credentials to the configuration file

  2. Test your configuration:

mcp-semclone test

Basic Usage

Run a compliance scan on your project:

mcp-semclone scan ./path/to/project

Generate a compliance report:

mcp-semclone report --format pdf

Next Steps

Need Help?

If you encounter any issues, please: