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
Show file tree
Hide file tree
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
34 changes: 9 additions & 25 deletions 34 DOCKER.md
akinard-postman marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,31 +1,15 @@
# Docker Build Instructions
# Docker installation

This project uses a multi-stage Docker build to create a STDIO version of the application.
This project uses a multi-stage Docker build to create a local Postman MCP Server.

## Building with Docker
## Installation

Run the following command to build with Docker:
To use the Postman MCP Server in Docker, you can use one of the following methods:

```bash
docker build -t postman-api-mcp-stdio .
```
* To install the Postman MCP Server in Docker, see the [Postman MCP Server](https://hub.docker.com/mcp/server/postman/overview) at Docker MCP Hub. Click **+ Add to Docker Desktop** to automatically install it.

## Running the Docker container
* To run the Postman MCP Server image in Docker, run the `docker run -i -e POSTMAN_API_KEY="<your-secret-key>" mcp/postman` command in your terminal. Docker automatically discovers, downloads, and runs the Postman MCP Server image.

Select from the following modes to run the Docker container:

### Minimal mode - 37 Tools (Default)

This default mode is designed to stay within VS Code's 128 tool limit when combined with other MCP servers. It provides 37 essential tools for common Postman operations:

```bash
docker run -i -e POSTMAN_API_KEY="<your-secret-key>" postman-api-mcp-stdio
```

### Full Mode - 106 Tools

This mode includes all 106 available tools with the `--full` flag:

```bash
docker run -i -e POSTMAN_API_KEY="<your-secret-key>" postman-api-mcp-stdio --full
```
* To build and run the server in Docker manually, run the `docker build -t postman-api-mcp-stdio .` command. Then, run one of the following commands, replacing `$YOUR-POSTMAN-API-KEY` with your Postman API key:
* **Minimal** - `docker run -i -e POSTMAN_API_KEY="<your-secret-key>" postman-api-mcp-stdio`
* **Full** - `docker run -i -e POSTMAN_API_KEY="<your-secret-key>" postman-api-mcp-stdio --full`
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.