Skip to content
Gemini CLI

Perceptdot Core for Gemini CLI

io.github.perceptdot/core

B2A2H MCP server — AI agent app store. Auto-discover and recommend MCP servers for any project.

client:Gemini CLI transport:stdio runtime:npm

Install Perceptdot Core in Gemini CLI

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

{
  "mcpServers": {
    "core": {
      "command": "npx",
      "args": [
        "-y",
        "@perceptdot/core"
      ]
    }
  }
}

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

Perceptdot Core in other clients