firewall_setup_ollama
Install and configure Ollama on macOS to enable vector embedding capabilities for the Code Firewall MCP server's security analysis system.
Instructions
Install Ollama via Homebrew (macOS).
Args: install: Install Ollama via Homebrew start_service: Start Ollama as a background service pull_model: Pull the embedding model (nomic-embed-text) model: Model to pull (default: nomic-embed-text)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| install | No | ||
| start_service | No | ||
| pull_model | No | ||
| model | No |