Skip to main content
Glama
server.json3.62 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", "name": "com.postman/postman-mcp-server", "description": "A basic MCP server to operate on the Postman API.", "repository": { "url": "https://github.com/postmanlabs/postman-mcp-server", "source": "github" }, "version": "2.5.2", "packages": [ { "registryType": "npm", "identifier": "@postman/postman-mcp-server", "version": "2.5.2", "transport": { "type": "stdio" }, "environmentVariables": [ { "description": "A valid Postman API key.", "isRequired": true, "isSecret": true, "name": "POSTMAN_API_KEY" } ] }, { "registryType": "mcpb", "identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.5.2/postman-mcp-server-minimal.mcpb", "fileSha256": "e9ea60c96cde6f41c6767d59e62487d30b5929d0899b71f3cedb05b602e072fe", "transport": { "type": "stdio" }, "environmentVariables": [ { "description": "A valid Postman API key.", "isRequired": true, "isSecret": true, "name": "POSTMAN_API_KEY" } ] }, { "registryType": "mcpb", "identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.5.2/postman-mcp-server-full.mcpb", "fileSha256": "444006d5f629a761cbef8db0987fd4663a8de433934ce80de8348464076c95d1", "transport": { "type": "stdio" }, "environmentVariables": [ { "description": "A valid Postman API key.", "isRequired": true, "isSecret": true, "name": "POSTMAN_API_KEY" } ] }, { "registryType": "mcpb", "identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.5.2/postman-mcp-server-code.mcpb", "fileSha256": "f0f397379243b392939eed200659a5a689f5c32262fd3332ab7cc093d80716a4", "transport": { "type": "stdio" }, "environmentVariables": [ { "description": "A valid Postman API key.", "isRequired": true, "isSecret": true, "name": "POSTMAN_API_KEY" } ] } ], "remotes": [ { "type": "streamable-http", "url": "https://mcp.postman.com/mcp", "headers": [ { "name": "Authorization", "description": "A Bearer token and a valid Postman API key for authentication.", "isRequired": true, "isSecret": true } ] }, { "type": "streamable-http", "url": "https://mcp.postman.com/minimal", "headers": [ { "name": "Authorization", "description": "A Bearer token and a valid Postman API key for authentication.", "isRequired": true, "isSecret": true } ] }, { "type": "streamable-http", "url": "https://mcp.eu.postman.com/mcp", "headers": [ { "name": "Authorization", "description": "A Bearer token and a valid Postman API key for authentication.", "isRequired": true, "isSecret": true } ] }, { "type": "streamable-http", "url": "https://mcp.eu.postman.com/minimal", "headers": [ { "name": "Authorization", "description": "A Bearer token and a valid Postman API key for authentication.", "isRequired": true, "isSecret": true } ] } ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/postmanlabs/postman-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server