Community MCP Server: Hippycampus
A LangChain-based CLI and MCP server that supports dynamic loading of OpenAPI specifications and integration with Langflow.
# Install UV if you haven't already
curl -LsSf https://astral.sh/uv/install.sh | sh
# Create and activate virtual environment
uv venv
source .venv/bin/activate # On Windows use: .venv\Scripts\activate
# Ins...