developer tools

Postmancer

A MCP server for replacing Rest Clients like Postman/Insomnia, by allowing your LLM to maintain and use api collections.

typescript
local
developer tools
0
View on GitHub

Installation

npx -y hijaz/postmancer

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "postmancer",
  "command": "npx",
  "args": [
    "-y",
    "hijaz/postmancer"
  ]
}

About This MCP Server

hijaz/postmancer

A MCP server for replacing Rest Clients like Postman/Insomnia, by allowing your LLM to maintain and use api collections.

GitHub: https://github.com/hijaz/postmancer

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub