Create, manage and execute http requests from the terminal
Last updated Mar 1, 2026
78
Stars
2
Forks
0
Issues
0
Stars/day
Attention Score
44
Language breakdown
No language data available.
โธ Files
click to expand
README
_ | || || | | | | |_ _ | ' \ | | ' \_| /tanker-linux-amd64| ' \| / / -) '_| |||\|\| ./ \\,||||\\|_| |_|</code></pre><div align="center">
A lightweight terminal HTTP client for API testing.
Create, manage and execute HTTP requests directly from your terminal. Includes a built-in MCP server for AI assistant integration.
</div>
Installation
Pre-built binaries
| Platform | Binary | |----------------|------------------------| | Linux (amd64) |
| | Linux (arm64) |tanker-linux-arm64| | macOS (amd64) |tanker-darwin-amd64| | macOS (arm64) |tanker-darwin-arm64` |cp bin/tanker-darwin-arm64 /usr/local/bin/tanker chmod +x /usr/local/bin/tankerBuild from source
git clone https://github.com/PierreKieffer/http-tanker.git cd http-tanker ./build.sh v0.1.0Quick Start
tanker tanker -db /path/to/custom/dir tanker --mcpMCP Configuration
{ "mcpServers": { "http-tanker": { "type": "stdio", "command": "/path/to/tanker", "args": ["--mcp"] } } }License
BSD 2-Clause License
๐ More in this category