Created
November 21, 2025 17:41
-
-
Save quintonwall/2965bab877f0d13275a9bdf150cfcd75 to your computer and use it in GitHub Desktop.
MCP Config for adding the Postman MCP server into Google Antigravity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "mcpServers": { | |
| "postman-api-http-server": { | |
| "serverUrl": "https://mcp.postman.com/minimal", | |
| "headers": { | |
| "Authorization": "Bearer your-postman-api-token-here" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment