Skip to content
Gemini CLI

truebases mcp for Gemini CLI

io.github.truebases/truebases-mcp

Find opportunities, track market activity, and discover business signals with real-time data.

client:Gemini CLI transport:stdio runtime:npm

Install truebases mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "truebases-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "truebases-mcp"
      ],
      "env": {
        "TRUEBASES_API_KEY": "<TRUEBASES_API_KEY>",
        "TRUEBASES_API_URL": "<TRUEBASES_API_URL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

truebases mcp in other clients