postman for Gemini CLI
com.mcparmory/postman
Create, organize, and manage API collections, specifications, and team workspaces
client:Gemini CLI
transport:stdio
runtime:pypi
Install postman in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"postman": {
"command": "uvx",
"args": [
"mcparmory-postman"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs