Skip to content

Commit ec18af3

Browse files
[PSTAPI-898] Update README to add suffix to Claude Code install commands (#75)
Update README with Postman API key usage add suffix to claude code install commands
1 parent f8598aa commit ec18af3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ To install the MCP server in Claude Code, run the following command in your term
111111
For **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

117117
For **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
200200
For **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

206206
For **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

0 commit comments

Comments
 (0)