Skip to main content
Glama

Postman

Official
by postmanlabs
package.json1.81 kB
{ "name": "@postman/postman-mcp-server", "version": "2.3.7", "description": "A simple MCP server to operate on the Postman API", "main": "dist/src/index.js", "type": "module", "scripts": { "start:stdio": "node dist/src/index.js", "build": "eslint --fix ./src && prettier --write \"src/**/*.ts\" && tsc", "prepack": "npm run build", "test": "vitest", "lint": "eslint", "lint:fix": "eslint --fix", "preversion": "npm run build", "version": "git add dist/", "release": "npm version", "release-custom": "node scripts/release.js" }, "bin": "dist/src/index.js", "files": [ "dist", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "dependencies": { "@apidevtools/swagger-parser": "^12.0.0", "@modelcontextprotocol/sdk": "^1.18.1", "dotenv": "^17.2.2", "es-toolkit": "^1.39.10", "express": "^5.1.0" }, "devDependencies": { "@eslint/js": "^9.35.0", "@types/express": "^5.0.3", "@types/node": "^24", "eslint": "^9.35.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-unused-imports": "^4.2.0", "fs-extra": "^11.3.2", "jest": "^30.1.3", "json-schema-to-zod": "^2.6.1", "openapi-types": "^12.1.3", "prettier": "^3.6.2", "tsx": "^4.20.5", "typescript": "^5.9.2", "typescript-eslint": "^8.44.0", "vitest": "^3.2.4" }, "engines": { "node": ">=20.0.0" }, "author": "Postman, Inc.", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/postmanlabs/postman-mcp-server.git" }, "bugs": { "url": "https://github.com/postmanlabs/postman-mcp-server/issues" }, "homepage": "https://github.com/postmanlabs/postman-mcp-server#readme" }

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