-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Hi team! I am trying to install Postman MCP using the Docker MCP Toolkit but I am not able to do it.
I installed the MCP Server correctly in my Docker and set up the postman.postman-api-key field (Also, I defined an env-level POSTMAN_API_KEY
just in case).
But, when I run the Docker gateway, I see this in the logs:
- Reading configuration...
- Reading registry from registry.yaml
- Reading catalog from [docker-mcp.yaml]
- Reading config from config.yaml
- Reading tools from tools.yaml
- Reading secrets [postman.postman-api-key]
- Configuration read in 196.007083ms
- Using images:
- mcp/postman@sha256:e455cdc79afa14a5a3a31bb3299875acd64beff8dc70c94a0f34eb6893449ab9
> Images pulled in 19.429542ms
- Those servers are enabled: postman
- Listing MCP tools...
- Running mcp/postman with [run --rm -i --init --security-opt no-new-privileges --cpus 1 --memory 2Gb --pull never -l docker-mcp=true -l docker-mcp-tool-type=mcp -l docker-mcp-name=postman -l docker-mcp-transport=stdio -e POSTMAN_API_KEY]
> Can't start postman: failed to connect: calling "initialize": invalid character 'd' looking for beginning of value
- Watching for configuration updates...
> Initialized in 736.576792ms
> Start stdio server
Versions
Docker version: Version 4.46.0 (204649)
MacOS: 15.5 (24F74)
Not sure if I am doing something wrong or there is an actual bug. If you could help me, I'd appreaciate it.
Thanks!
PS: I tried adding other MCPs and they are working fine inside the Docker MCP Toolkit, so I am assuming it's not a Docker issue