by TBXark
An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.
# Add to your Claude Code skills
git clone https://github.com/TBXark/mcp-proxyGuides for using mcp servers skills like mcp-proxy.
Last scanned: 5/10/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-10T06:37:49.709Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}mcp-proxy is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by TBXark. An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server. It has 624 GitHub stars.
Yes. mcp-proxy passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/TBXark/mcp-proxy" and add it to your Claude Code skills directory (see the Installation section above).
mcp-proxy is primarily written in Go. It is open-source under TBXark on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh mcp-proxy against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
An MCP proxy that aggregates multiple MCP servers behind a single HTTP entrypoint.
stdio, sse, and streamable-http client types.git clone https://github.com/TBXark/mcp-proxy.git
cd mcp-proxy
make build
./build/mcp-proxy --config path/to/config.json
go install github.com/TBXark/mcp-proxy@latest
The image includes support for launching MCP servers via npx and uvx.
docker run -d -p 9090:9090 -v /path/to/config.json:/config/config.json ghcr.io/tbxark/mcp-proxy:latest
# or provide a remote config
docker run -d -p 9090:9090 ghcr.io/tbxark/mcp-proxy:latest --config https://example.com/config.json
More deployment options (including docker‑compose) are in docs/deployment.md.
See full configuration reference and examples in docs/configuration.md. An online Claude config converter is available at: https://tbxark.github.io/mcp-proxy
Command‑line flags, endpoints, and auth examples are documented in docs/usage.md.
This project is licensed under the MIT License. See the LICENSE file for details.