Skip to main content
Glama

OPNSense MCP Server

.gitignore941 B
# Dependencies node_modules/ # Build output dist/ *.js *.js.map *.d.ts *.tsbuildinfo !jest.config.js !rollup.config.js !drizzle.config.js # Environment .env .env.* !.env.example !.env.iac-example # IDE .vscode/ .idea/ *.swp *.swo .DS_Store # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* # Testing tests/ test/ coverage/ .nyc_output/ test-sse.js # Internal working documents .internal/ # Archive directory .archive/ # Temporary files *.tmp *.temp TODELETE/ temp/ tmp/ # Backup files *.backup *.bak backup/ # Cache .cache/ .npm/ # Database *.sqlite *.sqlite3 *.db # OS Thumbs.db Desktop.ini # Python __pycache__/ *.py[cod] *$py.class # Misc .DS_Store .env.local .env.development.local .env.test.local .env.production.local # Files containing API keys create-dmz-rules.ts create-rpc-rules.ts debug-api.ts test-firewall-api.ts test-mcp-fix.ts # MCP configuration (contains API keys) .mcp.json

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vespo92/OPNSenseMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server