Gpt Http Proxy MCP Server

Provides HTTP access to Multiple Command Protocol (MCP) tools via a REST API.

Local serverstdioGo 8

What is the Gpt Http Proxy MCP server?

Gpt Http Proxy MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Provides HTTP access to Multiple Command Protocol (MCP) tools via a REST API.

What you get

A REST API server that provides HTTP access to Multiple Command Protocol (MCP) tools. This server acts as a bridge between HTTP clients and MCP-compliant tool servers, allowing tools to be discovered and executed via REST endpoints. This is very useful for integrating MCP tools with custom GPT through Actions.

  • List available MCP servers and their tools
  • Get detailed information about specific tools
  • Execute tools with custom parameters
  • OpenAPI 3.1.0 specification
  • Automatic public HTTPS exposure via ngrok

Configuration and credentials

You will need one environment variable: NGROK_AUTH_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Go 1.20 or later - ngrok account and authtoken - MCP-compliant tools

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. It is maintained by wricardo; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Gpt Http Proxy's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the gpt http proxy mcp server does with a few real requests.

Configuration

  • Go 1.20 or later - ngrok account and authtoken - MCP-compliant tools
VariableDescriptionRequired
NGROK_AUTH_TOKENCredential the server authenticates with.Yes

Frequently asked questions

Gpt Http Proxy is a REST API server that provides HTTP access to Multiple Command Protocol (MCP) tools. It allows you to interact with MCP tools through standard HTTP requests.