# Install What Does Khimba Think? by Khimba

Khimba is a hosted remote MCP that lets Codex, Claude Code or Hermes ask another AI model for an independent second opinion. The canonical endpoint is:

`https://mcp.khimba.ai/mcp`

No local server, API key, account or payment card is required for the initial guest allowance.

## Codex

```bash
codex mcp add khimba --url https://mcp.khimba.ai/mcp
codex mcp login khimba
```

Choose **Continue as guest** in the browser. Return to Codex and ask: `What does DeepSeek think of this plan?`

## Claude Code

```bash
claude mcp add --transport http --scope user khimba https://mcp.khimba.ai/mcp
```

Open `/mcp` in Claude Code, authenticate as a guest and ask: `What does GLM think of my diff?`

## Hermes

```bash
hermes mcp add khimba --url https://mcp.khimba.ai/mcp --auth oauth
hermes mcp login khimba
```

Choose **Continue as guest** in the browser. Return to Hermes and ask for a second opinion.

## Free allowance and tokens

Guests receive USD 1 in initial promotional credit. Before anything is sent, Khimba shows the selected model, context, estimated tokens and maximum dollar charge. Khimba passes through the tokens used by the official model provider at its rate and adds 7.5% in tokens to cover its costs, capped at 750 additional tokens per request. Unused reserved credit is released immediately.

## Source-code safety

Context is collected locally first. Khimba respects `.gitignore` and `.khimbaignore`, excludes common secrets and credentials, and asks for confirmation before upload or billing.

Product: https://whatdoeskhimbathink.com/

Third-party model names identify requested models. Khimba is not affiliated with those providers unless explicitly stated.
