Requires Node.js 20+.

From npm

npm install -g ollanet
ollanet scan

Or one-off:

npx ollanet scan

From GitHub

npm 12+ blocks git dependencies by default:

npx --allow-git=all github:Catalyst-Forge-LLC/ollanet scan

MCP (agents)

Point your MCP host at the stdio server:

{
  "mcpServers": {
    "ollanet": {
      "command": "npx",
      "args": ["-y", "ollanet", "mcp"]
    }
  }
}

Tools: ollanet_scan, ollanet_prompt, ollanet_list_chats, ollanet_get_chat.

Config

Installed copies use ~/.ollanet/config.json and store chats under ~/.ollanet/responses/. Full flag reference lives in the GitHub README.