fodda-cli
v1.0.1
Published
Fodda Agent Onboarding CLI — Automatically configure Fodda MCP servers across Claude Desktop, Claude Code, Cursor, and Windsurf.
Maintainers
Readme
Fodda Agent Onboarding CLI
A command-line tool to automatically configure Fodda MCP servers across your developer tools in seconds.
Fodda provides access to 100+ expert-curated knowledge graphs covering retail, beauty, fashion, sports, consumer electronics, and CPG. This CLI helps automate the connection process for AI agents and IDEs.
🛠️ Supported Clients
- Claude Desktop (stdio process via
npx wrapper) - Cursor (global & project-specific SSE cloud transport)
- Windsurf (SSE cloud transport)
- Claude Code (stdio process / global user settings)
🚀 Quick Start (No Install)
Run the interactive config wizard without installing anything using npx:
npx @fodda/cli initThe script will prompt you for your Fodda API Key and email (from app.fodda.ai) and automatically write configurations to your tools' settings files.
📦 Global Installation
If you prefer to have the command available globally on your system:
Option A: Install via npm
npm install -g @fodda/cliOption B: Install via Homebrew
brew tap piers-fawkes/fodda
brew install fodda-cliOnce installed, simply run:
fodda init🔧 Options & Commands
Interactive Onboarding
Run the setup for all detected global tool settings:
fodda initLocal Project Setup
Write project-specific configs (.cursor/mcp.json and .mcp.json) in the current directory:
fodda init --localHelp & Version
fodda --help
fodda --version