Confidential guide on numerology and astrology, based of GG33 Public information

postmancer
An experimental MCP server Rest Client intended to be a replacement of tools postman & insomnia
3 years
Works with Finder
1
Github Watches
0
Github Forks
4
Github Stars
Postmancer
A standalone MCP server for API testing and management, allowing AI assistants to interact with RESTful APIs through natural language.
Overview
Postmancer is an MCP (Model Context Protocol) server that enables AI assistants like Claude to make HTTP requests, manage collections of API endpoints, and test API responses. It provides similar functionality to tools like Postman or Insomnia but designed specifically for AI assistants.
Features
- 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
Quick Start
Installation
# Install globally
npm install -g postmancer
# Or run directly with npx
npx postmancer
Using with Claude Desktop
Add this to your Claude Desktop configuration file:
- Windows:
%USERPROFILE%\.claude\claude_desktop_config.json
- macOS/Linux:
~/.claude/claude_desktop_config.json
{
"mcpServers": {
"postmancer": {
"command": "npx",
"args": ["-y", "postmancer"],
"env": {
"LOG_LEVEL": "info"
}
}
}
}
Using with Docker
docker run -i --rm \
--mount type=bind,src=/path/to/collections,dst=/data/collections \
postmancer
Available Tools
Postmancer provides the following tools to AI assistants:
- http_request - Send HTTP requests to any URL
- list_collections - View all your saved API collections
- list_requests - View all requests in a collection
- save_request - Save a request to a collection
- request_from_collection - Execute a saved request
- set_environment_variable - Set variables for request templates
- get_environment_variables - View all environment variables
Configuration
Configure Postmancer with these environment variables:
-
COLLECTIONS_PATH
: Path to store collections (default: ~/.postmancer) -
LOG_LEVEL
: Logging level (debug, info, warn, error) (default: info) -
POSTMANCER_ENCRYPTION_KEY
: Secret key used to encrypt credentials and tokens (generates a random key if not provided) -
ENCRYPTION_KEY
: Secret key used to encrypt environment variables marked as secrets (uses default key if not provided)
For security in production environments, it's strongly recommended to set these encryption keys rather than using the defaults.
License
MIT
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
Mirror ofhttps://github.com/agentience/practices_mcp_server
Mirror ofhttps://github.com/bitrefill/bitrefill-mcp-server
An AI chat bot for small and medium-sized teams, supporting models such as Deepseek, Open AI, Claude, and Gemini. 专为中小团队设计的 AI 聊天应用,支持 Deepseek、Open AI、Claude、Gemini 等模型。
Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Reviews

user_zw3mhKSV
Postmancer is an outstanding tool for messaging queue management! Hijaz did a terrific job with this project. It's incredibly efficient and easy to integrate into various applications. The clear documentation and seamless functionality have greatly streamlined my workflow. Highly recommend checking it out on GitHub!