From 762cbef6ac04fdb7015141de1d127a5938604db5 Mon Sep 17 00:00:00 2001 From: Vinnie Esposito <47068580+vespo92@users.noreply.github.com> Date: Wed, 11 Jun 2025 23:43:37 -0500 Subject: [PATCH] ADD OPNSense MCP Server ### What it does: - Provides programmatic control over OPNsense firewalls - Enables Infrastructure as Code for network management - Integrates with Claude Desktop for AI-assisted network configuration ### Key Features: - VLAN and interface management - Firewall rule configuration - DNS blocklist management - State tracking and rollback - Configuration backup/restore --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f55a8d64b..b806a78788 100644 --- a/README.md +++ b/README.md @@ -554,6 +554,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[OpenDota](https://github.com/asusevski/opendota-mcp-server)** - Interact with OpenDota API to retrieve Dota 2 match data, player statistics, and more. - **[OpenRPC](https://github.com/shanejonas/openrpc-mpc-server)** - Interact with and discover JSON-RPC APIs via [OpenRPC](https://open-rpc.org). - **[OpenWeather](https://github.com/mschneider82/mcp-openweather)** - Interact with the free openweathermap API to get the current and forecast weather for a location. +- **[OPNSense MCP](https://github.com/vespo92/OPNSenseMCP)** - MCP Server for OPNSense Firewall Management and API access - **[Oura Ring](https://github.com/rajvirtual/oura-mcp-server)** (by Rajesh Vijay) - MCP Server to access and analyze your Oura Ring data. It provides a structured way to fetch and understand your health metrics. - **[Outline](https://github.com/Vortiago/mcp-outline)** - MCP Server to interact with [Outline](https://www.getoutline.com) knowledge base to search, read, create, and manage documents and their content, access collections, add comments, and manage document backlinks. - **[pancakeswap-poolspy-mcp](https://github.com/kukapay/pancakeswap-poolspy-mcp)** - An MCP server that tracks newly created liquidity pools on Pancake Swap.