Postman MCP Server for Gemini CLI
com.postman/postman-mcp-server
Give your AI agents trusted access to the full Postman platform.
client:Gemini CLI
transport:streamable-http
runtime:npm
Install Postman MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"postman-mcp-server": {
"httpUrl": "https://mcp.postman.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs