Skip to content
Gemini CLI

protectwith kb for Gemini CLI

io.github.burademirung/protectwith-kb

AI-security knowledge as MCP: standards-mapped tools (OWASP, NIST, MITRE) for AI agents.

client:Gemini CLI transport:streamable-http

Install protectwith kb in Gemini CLI

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

{
  "mcpServers": {
    "protectwith-kb": {
      "httpUrl": "https://protectwith-kb.burademirung.workers.dev/mcp"
    }
  }
}

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

protectwith kb in other clients