Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Http Proxy

FreeNot checked

MCP HTTP proxy and SSE server written in golang that aggregates tools from external MCP CLI servers and exposes them over a single HTTP/SSE endpoint.

GitHubEmbed

About

MCP HTTP proxy and SSE server written in golang that aggregates tools from external MCP CLI servers and exposes them over a single HTTP/SSE endpoint.

README

MCP HTTP proxy and SSE server written in golang that aggregates tools from external MCP CLI servers and exposes them over a single HTTP/SSE endpoint.

Configuration

server:
  address: "localhost"
  port: 8080
  name: "MCP HTTP Proxy"
  version: "1.0.0"

mcp_servers:
  filesystem:
    command: "node"
    args: ["/path/to/filesystem-server.js"]
    env:
      NODE_ENV: "production"
    workdir: "/tmp"
    timeout: 30
    options:
      log_enabled: true
      panic_if_invalid: false

  github:
    command: "npx"
    args: ["-y", "@modelcontextprotocol/server-github"]
    env:
      GITHUB_PERSONAL_ACCESS_TOKEN: "your_token_here"
    timeout: 60
    options:
      log_enabled: true
      panic_if_invalid: true
      tool_filter:
        mode: "block"
        list: ["create_or_update_file"]

  database:
    command: "python"
    args: ["-m", "mcp-server-sqlite", "--db-path", "/path/to/database.db"]
    timeout: 45
    options:
      log_enabled: false
      panic_if_invalid: false

  custom_tools:
    command: "/usr/local/bin/custom-mcp-server"
    args: ["--config", "/etc/custom-mcp.conf"]
    env:
      API_KEY: "your_api_key"
      LOG_LEVEL: "info"
    workdir: "/var/lib/custom-mcp"
    timeout: 30
    options:
      log_enabled: true
      panic_if_invalid: false
      tool_filter:
        mode: "allow"
        list: ["search", "analyze", "generate_report"]

License

MIT

from github.com/hightemp/mcp-http-proxy

Installing Http Proxy

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/hightemp/mcp-http-proxy

FAQ

Is Http Proxy MCP free?

Yes, Http Proxy MCP is free — one-click install via Unyly at no cost.

Does Http Proxy need an API key?

No, Http Proxy runs without API keys or environment variables.

Is Http Proxy hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Http Proxy in Claude Desktop, Claude Code or Cursor?

Open Http Proxy on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Http Proxy with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs