Skip to main content
Glama
manifest-code.json1.86 kB
{ "manifest_version": "0.3", "version": "2.5.2", "name": "postman-mcp-server-code", "display_name": "Postman MCP Server (Code)", "description": "Search for APIs and generate client code from Postman collections.", "long_description": "Search public and internal API definitions and generate high-quality, well-organized client code for making API requests. Provide API context to AI agents for any task. All secured with your Postman API key.", "author": { "name": "Postman, Inc.", "email": "help@postman.com", "url": "https://www.postman.com" }, "repository": { "type": "git", "url": "https://github.com/postmanlabs/postman-mcp-server" }, "homepage": "https://github.com/postmanlabs/postman-mcp-server", "documentation": "https://learning.postman.com/docs/developer/postman-api/postman-mcp-server/overview", "support": "https://github.com/postmanlabs/postman-api-mcp/issues", "icon": "icon.png", "server": { "type": "node", "entry_point": "dist/src/index.js", "mcp_config": { "command": "node", "args": [ "${__dirname}/dist/src/index.js", "--code" ], "env": { "POSTMAN_API_KEY": "${user_config.postman_api_key}" } } }, "keywords": [ "postman", "api", "mcp", "postman-api", "collections", "code-generation", "codegen", "sdk" ], "license": "Apache-2.0", "user_config": { "postman_api_key": { "type": "string", "title": "Postman API Key", "description": "A valid Postman API key used to authenticate requests.", "sensitive": true, "required": true } }, "compatibility": { "claude_desktop": ">=0.10.0", "platforms": [ "darwin", "win32", "linux" ], "runtimes": { "node": ">=20.0.0" } }, "tools_generated": 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