A Node.js module that provides a FastMCP server for interacting with the Postman API. This tool allows you to manage Postman workspaces, collections, folders, and requests programmatically.
{
"mcpServers": {
"ihk_postman_mcp": {
"command": "npx",
"args": [
"-y",
"ihk_postman_mcp"
]
}
}
}