Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions 8 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Integrate your MCP server with Visual Studio Code and use it with VS Code extens
"servers": {
"postman-api-mcp": {
"type": "stdio",
"command": "node",
"command": "npx",
"args": [
"${workspaceFolder}/dist/src/index.js",
"@postman/postman-mcp-server",
"--full" // (optional) Use this flag to enable full mode
],
"env": {
Expand Down Expand Up @@ -78,9 +78,9 @@ To integrate the MCP server with Cursor, click the following button:

### VS Code integration

> By default, the server provides 37 tools. Use **Full** (`https://mcp.postman.com//mcp`) mode to access all 106 tools.
> By default, the server provides 37 tools. Use **Full** (`https://mcp.postman.com/mcp`) mode to access all 106 tools.

To install in VS Code, add the following to the *.vscode/mcp.json* file:
To install in VS Code, you can use the [Postman VS Code Extension](https://marketplace.visualstudio.com/items?itemName=Postman.postman-for-vscode). Or you can add the following to the *.vscode/mcp.json* file:

```json
{
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.