mcp pfsense for Cursor
io.github.antonio-mello-ai/mcp-pfsense
Manage pfSense firewalls through AI assistants — rules, DHCP, DNS, and more
client:Cursor
transport:stdio
runtime:pypi
Install mcp pfsense in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-pfsense": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-pfsense"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs