From 5c0c9867bd5e9aacbc98316d69acd09d08185897 Mon Sep 17 00:00:00 2001 From: Ray Cromwell <142886+cromwellian@users.noreply.github.com> Date: Wed, 9 Apr 2025 20:18:46 -0700 Subject: [PATCH] Add hippycampus (#130) Turns Swagger/OpenAPI defined REST endpoints into an MCP server, includes Langchain/Langflow integration. Focused on adding security and privacy policies to MCP execution. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b75a19..2f601b0 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git)** - 🏎️ ☁️ An MCP server application that sends various types of messages to the WeCom group robot. - **[Gru Sandbox](https://github.com/babelcloud/gru-sandbox)** - Gru-sandbox(gbox) is an open source project that provides a self-hostable sandbox for MCP integration or other AI agent usecases. - **[HackMD](https://github.com/yuna0x0/hackmd-mcp)** - A Model Context Protocol server for integrating [HackMD](https://hackmd.io)'s note-taking platform with AI assistants. +- **[Hippycampus](https://github.com/cromwellian/hippycampus)** - Turns any Swagger/OpenAPI REST endpoint with a yaml/json definition into an MCP Server with Langchain/Langflow integration automatically. - **[Home Assistant](https://github.com/voska/hass-mcp)** - Interact with Home Assistant to control smart home devices, query states, manage automations, and troubleshoot your smart home setup. - **[HuggingFace Spaces](https://github.com/evalstate/mcp-hfspace)** - Server for using HuggingFace Spaces, supporting Images, Audio, Text and more. Claude Desktop mode for ease-of-use. - **[IDA Pro MCP](https://github.com/mrexodia/ida-pro-mcp)** - MCP Server for automated reverse engineering with IDA Pro.