Skip to content
Gemini CLI

vndb mcp for Gemini CLI

io.github.mrfentmen/vndb-mcp

Use this MCP server to VNDB, the Visual Novel Database. Search VNs, characters, releases, tags,...

client:Gemini CLI transport:stdio runtime:npm

Install vndb mcp in Gemini CLI

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

{
  "mcpServers": {
    "vndb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/vndb-mcp"
      ]
    }
  }
}

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

vndb mcp in other clients