Skip to main content
Glama

firewalla-mcp-server

MIT License
10
6
  • Apple
.gitignore4.82 kB
# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log* .pnpm-store/ .yarn/ .npm/ # Build outputs dist/ build/ *.tsbuildinfo lib/ out/ types/ esm/ cjs/ umd/ es5/ es2015/ es2017/ .turbo/ # Environment files - NEVER COMMIT PRODUCTION CREDENTIALS! .env .env.local .env.production .env.development .env.staging # Allow test environment file with mock credentials !.env.test !.env.example # Credentials and secrets credentials.json secrets.json auth.json *.pem *.key *.crt *.p12 # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* .npm # Runtime data pids/ *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ *.lcov .nyc_output .coverage/ coverage-final.json lcov.info clover.xml coverage.xml .jest/ .vitest/ # Test results test-results/ junit.xml test-report.xml *.spec.log *.test.log .test-results/ playwright-report/ test-screenshots/ __tests__/coverage/ .vitest-cache/ # Cache directories .cache/ .parcel-cache/ .npm .eslintcache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ .swc/ .next/ .nuxt/ .vuepress/dist/ .vuepress/.cache/ .serverless/ .webpack/ .vite/ .rollup.cache/ .esbuild/ .wrangler/ node_modules/.cache/ # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # Docker .dockerignore # IDE and editor files .vscode/ !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json !.vscode/snippets/ .idea/ *.swp *.swo *~ .project .classpath .c9/ *.launch .settings/ *.sublime-workspace *.sublime-project .fleet/ .nova/ .vimrc.local .nvimrc.local .phpstorm.meta.php *.code-workspace # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db desktop.ini # Backup files *.backup *.bak *.orig *.rej *~ # Temporary files *.tmp *.temp .tmp/ temp/ # MCP specific files .claude-code/ mcp_servers.json test_credentials.js .mcp.json claude-desktop/ # Database files *.db *.sqlite *.sqlite3 *.db-journal *.db-shm *.db-wal database.json data/ storage/ # Production configs (keep examples) docker-compose.yml !docker-compose.example.yml k8s-deployment.yml !k8s-deployment.example.yml # Monitoring and profiling profile/ *.prof *.heapprofile *.heapsnapshot # Lock files (optional - uncomment if you want to ignore them) # package-lock.json # yarn.lock # Local development dev.js # Archives *.zip *.tar.gz *.rar *.7z # System files *.lnk *.url # JetBrains IDEs .idea/ *.iml *.ipr *.iws # Visual Studio Code .history/ # Vim *.swp *.swo Session.vim # Emacs *~ \#*\# /.emacs.desktop /.emacs.desktop.lock *.elc auto-save-list tramp .\#* # SublimeText *.tmlanguage.cache *.tmPreferences.cache *.stTheme.cache *.sublime-workspace *.sublime-project # Markdown generated files *.html # Documentation build outputs docs/_build/ docs/build/ # MacOS .AppleDouble .LSOverride Icon # Thumbnails ._* # Files that might appear in the root of a volume .DocumentRevisions-V100 .fseventsd .Spotlight-V100 .TemporaryItems .Trashes .VolumeIcon.icns .com.apple.timemachine.donotpresent # Directories potentially created on remote AFP share .AppleDB .AppleDesktop Network Trash Folder Temporary Items .apdisk # Windows Thumbs.db ehthumbs.db ehthumbs_vista.db Desktop.ini $RECYCLE.BIN/ *.cab *.msi *.msm *.msp *.lnk # Linux *~ .directory .Trash-* # Security - additional protection for sensitive files *secret* *token* *password* *credential* api-key* private-key* *.private .secrets/ secrets/ .aws/ .gcp/ .azure/ *.cert *.pfx .ssh/ ssh_config auth_token* bearer_token* access_token* refresh_token* # Firewalla MCP specific firewalla-config.json msp-token.txt box-id.txt # Docker and deployment docker-compose.override.yml docker-compose.local.yml Dockerfile.local .dockerignore.local kubernetes/ helm/ terraform/ .terraform/ *.tfstate *.tfstate.backup .terraform.lock.hcl # Git .git/ .gitconfig.claude/settings.local.json # Modern development tools .husky/_/ .commitlintrc.local.* .lintstagedrc.local.* .prettierrc.local.* .eslintrc.local.* tsconfig.local.json webpack.config.local.* vite.config.local.* rollup.config.local.* babel.config.local.* jest.config.local.* .storybook/local/ # Performance monitoring .clinic/ 0x/ *.cpuprofile *.heapdump # AI and ML models models/ *.model *.pt *.onnx *.pkl *.h5 # Miscellaneous .direnv .envrc .tool-versions .python-version .node-version .nvmrc.local # Cloned repositories for analysis node-firewalla/ # Working documents and reports (not for public repo) *_REPORT.md *_ANALYSIS.md FIXES_*.md FIXES-*.md TEST_*.md manual-test-*.md RULE_*_INVESTIGATION_*.md RULE_*_ACTION_*.md *-TESTING.md *-SUMMARY.md COMPREHENSIVE_*.md FINAL_*.md ARCHITECTURE_*.md STRATEGIC-*.md VISUAL-*.md SIMPLE-*.md ANALYSIS-*.md

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/amittell/firewalla-mcp-server'

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