pfsense-mcp-server

night4me/pfsense-mcp-server
★ 0 stars Python AI/LLM Updated 6d ago
A security-first MCP server for pfSense — READ-only today by design; WRITE is staged behind explicit safety architecture, not a feature flag.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pfsense-mcp-server": {
      "command": "uvx",
      "args": [
        "pfsense-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install pfsense-mcp-server

README Excerpt

**A security-first [MCP](https://modelcontextprotocol.io/) server for pfSense.** MCP (Model Context Protocol) is the open standard AI assistants use to call tools. This server implements it for pfSense: point an MCP client (Claude, Codex, Cursor, and others) at it, and it gets strongly typed, read-only

Topics

ai-toolsfirewallllmmcpmcp-servermodel-context-protocolnetwork-securitypfsensepythonsecurity