Skip to content
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ You can integrate your MCP server with Visual Studio Code to use it with VS Code

3. Configure your extension to use one of the MCP servers:

- **postman-api-mcp**: Uses the local stdio-based server, running directly from your project files.
- **postman-api-mcp**: Uses the local stdio-based server, running directly from your project files.
- Clone the repository
- In the repository root folder, execute `npm install && npm run build`. This compiles the servver code in the `dist` folder.
- In the repository root folder, execute `npm install && npm run build`. This compiles the server code in the `dist` folder.
- Make sure to replace `${workspaceFolder}` in the mcp.json file with the full path to the Postman API MCP repository.
- **postman-api-http-server**: Connects to the Postman cloud MCP server via [Streamable HTTP](https://github.com/modelcontextprotocol/typescript-sdk?tab=readme-ov-file#streamable-http) at the /mcp endpoint. No additional steps other than setup the mcp.json file are required.
- **postman-api-http-server**: Connects to the Postman cloud MCP server via [Streamable HTTP](https://github.com/modelcontextprotocol/typescript-sdk?tab=readme-ov-file#streamable-http) at the /mcp endpoint. No additional steps other than setting up the mcp.json file are required.

4. When prompted, enter your Postman API key.

Expand Down