File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,13 +111,13 @@ To install the MCP server in Claude Code, run the following command in your term
111111For ** Minimal** mode:
112112
113113``` bash
114- claude mcp add --transport http postman https://mcp.postman.com/minimal
114+ claude mcp add --transport http postman https://mcp.postman.com/minimal --header " Authorization: Bearer <POSTMAN_API_KEY> "
115115```
116116
117117For ** Full** mode:
118118
119119``` bash
120- claude mcp add --transport http postman https://mcp.postman.com/mcp
120+ claude mcp add --transport http postman https://mcp.postman.com/mcp --header " Authorization: Bearer <POSTMAN_API_KEY> "
121121```
122122
123123---
@@ -200,13 +200,13 @@ To install the MCP server in Claude Code, run the following command in your term
200200For ** Minimal** mode:
201201
202202``` bash
203- claude mcp add postman -- npx @postman/mcp-server@latest
203+ claude mcp add postman -- npx @postman/mcp-server@latest --env POSTMAN_API_KEY=YOUR_KEY
204204```
205205
206206For ** Full** mode:
207207
208208``` bash
209- claude mcp add postman -- npx @postman/mcp-server@latest --full
209+ claude mcp add postman -- npx @postman/mcp-server@latest --full --env POSTMAN_API_KEY=YOUR_KEY
210210```
211211
212212### Use as a Gemini CLI extension
You can’t perform that action at this time.
0 commit comments