Add Skill: mcp-server-setup

Extracted from: https://github.com/pipeshub-ai/pipeshub-ai.git
Score: 1.0
This commit is contained in:
Hermes Pipeline
2026-08-05 15:13:46 +00:00
parent dc40d4c0db
commit a09c1a2420
5 changed files with 152 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# 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
```