PierreKieffer
http-tanker
Go

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
                               _
 | || || |   | |     | |_  _
 | ' \  |  | ' \_|  /  | ' \| / / -) '_|
 |||\|\| ./    \\,||||\\|_|
             |_|</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.

Documentation & Examples

</div>


Installation

Pre-built binaries

| Platform | Binary | |----------------|------------------------| | Linux (amd64) | tanker-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/tanker

Build from source

git clone https://github.com/PierreKieffer/http-tanker.git
cd http-tanker
./build.sh v0.1.0

Quick Start

tanker
tanker -db /path/to/custom/dir
tanker --mcp

MCP Configuration

{
  "mcpServers": {
    "http-tanker": {
      "type": "stdio",
      "command": "/path/to/tanker",
      "args": ["--mcp"]
    }
  }
}

License

BSD 2-Clause License

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท PierreKieffer/http-tanker ยท Updated daily from GitHub