MCP Server for WPipe Architecting
Project description
🦅 wpipe-mcp
Transform your AI Agents into expert WPipe Architects.
wpipe-mcp is a professional Model Context Protocol (MCP) server that bridges the gap between AI Agents (Claude, Gemini, OpenCode) and the wisrovi SUITE. It empowers agents to search, design, and deploy high-performance pipelines following strict industry-standard patterns.
✨ Key Features
- 🔍 Expert Catalog Search: Query over 100+ production-ready steps from Official and Community registries.
- 🏗️ Strict Architecture Enforcement: Guides AI to output clean code using mandatory
dto/,states/, andmain.pyfolder structures. - 📘 Architect's Manual: Built-in expertise for Monolith-to-Pipeline refactoring, performance tracking, and resilient state management.
- 💻 Unified CLI: Manage your MCP service with simple commands:
run,start,stop, andconfig. - 🛡️ Privacy First: 100% local execution via
stdioorSSE.
🚀 Quick Start
1. Installation
Clone the repository and run the automated installer, or install via pip:
pip install -e .
2. Integration
Get your agent-specific configuration block and installation commands by running:
wpipe-mcp config
The CLI will dynamically detect your Python environment and provide exact copy-paste commands for Gemini CLI (e.g. gemini mcp add ...) and JSON blocks for Claude Desktop.
🛠️ CLI Usage
| Command | Description |
|---|---|
wpipe-mcp run |
Start the server in stdio mode (default for agents). |
wpipe-mcp start |
Start as an SSE server in the background. |
wpipe-mcp stop |
Stop the background server. |
wpipe-mcp config |
Generate and save JSON config to .agents/wpipe-mcp.json. |
wpipe-mcp config --print |
Show JSON configuration in stdout (no file creation). |
wpipe-mcp help |
Show available tools and commands. |
📂 Project Structure
src/wpipe_mcp/: Core server logic and tools.src/wpipe_mcp/catalog.py: Real-time GitHub catalog synchronization.src/wpipe_mcp/templates.py: Professional boilerplate definitions.examples/: Sample implementations and use cases.
📄 License
MIT License - Crafted with ❤️ by William Rodriguez (wisrovi).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wpipe_mcp-0.3.0.tar.gz.
File metadata
- Download URL: wpipe_mcp-0.3.0.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
921cb1549c7f8d4ff3b93726d8204df2ea2a250baeda5cda09cd56a6cd3df479
|
|
| MD5 |
97544d47d7b6cb43c74a79707d43f522
|
|
| BLAKE2b-256 |
a125ddcf72b53092ff33bc4196056c9cc246083877a2ec0b4415d782f0bd06e8
|
File details
Details for the file wpipe_mcp-0.3.0-py3-none-any.whl.
File metadata
- Download URL: wpipe_mcp-0.3.0-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a8912f1a88a20555f44a4b65d70d98e6b51d405c95e1ed830f9745d7b398af6
|
|
| MD5 |
e9ae3919c2bd97a616bc0e33d0a1e5ee
|
|
| BLAKE2b-256 |
d4df2c45a878275bdd3fc9e30c0e8c30450163c2486db05ec0046233294722e0
|