πŸ’΅Claude

Instructions how to set up Metabob MCP for Claude Code.

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 (not needed on Windows)

On Mac/Linux:

On Windows: use cmd. Assuming you downloaded the file to the default folder %userprofile%\Downloads\x.exe

Step 4: Add Metabob MCP to Claude Code

To add Metabob MCP to Claude Code, run the following command from your project root:

Step 5: Validate that .metabob/ directory was created

After running the command in Step 4, a .metabob/ directory should be created in your project root directory. Please confirm that you can see the .metabob/ directory.

Step 6: Create config.json inside .metabob/

Create .metabob/config.json

Add the following configuration:

Fields to update

  • api_key β€” paste your API key here

  • include_paths β€” directories Metabob should analyze

  • exclude_paths β€” directories Metabob should ignore

No other fields typically require modification.

Step 7: Start Claude Code

Start Claude Code from your terminal.

Step 8: Validate that the Metabob MCP tool is active

On your Claude Code, run the command /mcp:

If Metabob was successfully installed, you should see the following output:

If metabob shows to not be connected, press enter and try to reconnect the MCP servers:

To search for the cause, log files from Metabob are in the folder .metabob To see Claude’s logs, restart it as claude β€”-debug # double dash ls -lt $HOME/.claude/debug | head Look at the most recent file. For windows the folder is %userprofile%\.claude\debug\

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