Postmancer
@hijaz
关于 Postmancer
An experimental MCP server Rest Client intended to be a replacement of tools postman & insomnia
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"postmancer": {
"command": "npx",
"args": [
"postmancer"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Postmancer?
Postmancer is a standalone MCP server for API testing and management, allowing AI assistants like Claude to make HTTP requests, manage collections of API endpoints, and test API responses through natural language. It offers similar functionality to tools like Postman or Insomnia but is designed specifically for AI assistants.
How to use Postmancer?
Install globally with npm install -g postmancer or run directly with npx postmancer. For Claude Desktop, add a configuration entry with "command": "npx", "args": ["-y", "postmancer"] to the MCP server list. Alternatively, run with Docker using docker run -i --rm --mount type=bind,src=/path/to/collections,dst=/data/collections postmancer.
Key features of Postmancer
- Make HTTP requests to any REST API
- Save and organize requests in collections
- Set and use environment variables with variable substitution
- Multiple authentication methods (Basic, Bearer, API Key, OAuth2)
- Request/response history and testing
Use cases of Postmancer
- AI assistant testing and debugging REST APIs via natural language
- Managing a collection of reusable API endpoints
- Running saved requests with environment variable substitution
- Using different authentication methods for API testing
- Maintaining request/response history for auditing or debugging
FAQ from Postmancer
What is Postmancer used for?
Postmancer allows AI assistants to make HTTP requests, manage API endpoint collections, and test API responses, functioning like a Postman for AI agents.
How do I install Postmancer?
Install globally with npm install -g postmancer or run on the fly with npx postmancer. It can also be run via Docker.
Where does Postmancer store data?
Collections and environment variables are stored in the path specified by the COLLECTIONS_PATH environment variable (default: ~/.postmancer).
What authentication methods are supported?
Postmancer supports Basic, Bearer, API Key, and OAuth2 authentication methods.
How can I secure sensitive data in Postmancer?
Set POSTMANCER_ENCRYPTION_KEY to encrypt credentials and tokens, and ENCRYPTION_KEY to encrypt environment variables marked as secrets. If not provided, random or default keys are used, which is less secure.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论