hijaz/postmancer
A MCP server for replacing Rest Clients like Postman/Insomnia, by allowing your LLM to maintain and use api collections.
Quick Start
Clone the repository:
git clone https://github.com/hijaz/postmancerClaude Desktop configuration example:
{
"mcpServers": {
"postmancer": {
"command": "npx",
"args": [
"-y",
"hijaz/postmancer"
]
}
}
}Check the repository README for specific installation and configuration instructions.