πŸ“ͺGemini CLI

Instructions how to set up Metabob for Gemini CLI through MCP.

Install Metabob

To get started, you need to install the Metabob CLI tool. If you don't have access to it yet, please request it by contacting axel@metabob.com.

Step 1: Download the latest version of metabob-cli

Download the current Metabob CLI release for your operating system.

Step 2: Move metabob-cli into your system PATH

Place the file in a directory included in your PATH, or another convenient execution location.

Make sure that the file is executable.

Step 3: Make the CLI executable

On Mac/Linux:

Step 4: Create the Metabob configuration directory

In your project root:

Step 5: Create config.json inside .metabob/

The config name should be: .metabob/config.json

Add the following configuration:

Fields to update in the .metabob/config.json

  • include_paths β€” directories Metabob should analyze

  • exclude_paths β€” directories Metabob should ignore

    • Other fields should not require modifications

Step 6: Add Metabob to the Gemini CLI MCP settings

Edit .gemini/settings.json and include the following code:

Fields to update:

  • command β€” full path to the metabob-cli executable

  • METABOB_CONFIG β€” full path to .metabob/config.json

Step 7: Start the Gemini CLI

Grant OS security permissions if needed.

Gemini should automatically load the Metabob MCP.

Step 8: Verify MCP connection

With Gemini, run:

If successful, metabob will be listed, and its available tools will be displayed

Step 9: Confirm Metabob state tracking

Metabob maintains a live state file inside your .metabob/ directory. This file will update along with your code changes

Last updated