Home
Softono

Http Tanker

Open source BSD-2-Clause Go
78
Stars
2
Forks
0
Issues
3
Watchers
6 months
Last Commit

 About Http Tanker

Create, manage and execute http requests from the terminal

Platforms

Web Self-hosted

Languages

Go

Links

Need Help Installing Http Tanker?

We provide expert installation service for this software. Our team will install, configure, and secure Http Tanker on your server. plans start at just $30.

Http Tanker

View on GitHub
  _   _   _            _             _
 | |_| |_| |_ _ __ ___| |_ __ _ _ _ | |_____ _ _
 | ' \  _|  _| '_ \___|  _/ _` | ' \| / / -_) '_|
 |_||_\__|\__| .__/    \__\__,_|_||_|_\_\___|_|
             |_|

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


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