a09c1a2420
Extracted from: https://github.com/pipeshub-ai/pipeshub-ai.git Score: 1.0
11 lines
467 B
Markdown
11 lines
467 B
Markdown
# Examples: mcp-server-setup
|
|
|
|
## Usage Example
|
|
|
|
```python
|
|
# How to use this skill
|
|
# Inputs: MCP server configuration details, PipesHub credentials
|
|
# Process: Step 1: Clone the `pipeshub-ai/mcp-server` repository using `git clone https://github.com/pipeshub-ai/mcp-server.git` → Step 2: Navigate to the cloned directory with `cd mcp-server` → Step 3: Run the interactive installer by executing `./install.sh`
|
|
# Outputs: Running MCP server, .env file generated
|
|
```
|