GPT MCP Proxy
@wricardo
关于 GPT MCP Proxy
HTTP server that provides access to executing Multiple Command Protocol (MCP) tools.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is GPT MCP Proxy?
GPT MCP Proxy is a REST API server that provides HTTP access to Multiple Command Protocol (MCP) tools. It acts as a bridge between HTTP clients and MCP‑compliant tool servers, allowing tools to be discovered and executed via REST endpoints. It is designed for integrating MCP tools with custom GPT actions.
How to use GPT MCP Proxy?
Set the environment variables NGROK_AUTH_TOKEN, NGROK_DOMAIN, and optionally MCP_CONFIG_FILE (defaults to mcp_settings.json). Create an mcp_settings.json file with your MCP server configurations. Run the server with go run main.go.
Key features of GPT MCP Proxy
- 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.
Use cases of GPT MCP Proxy
- Integrate MCP tools with custom GPT actions.
- Expose MCP‑compliant tool servers through a REST API.
- Enable HTTP clients to discover and invoke MCP tools.
- Provide a public, secure endpoint for MCP tools via ngrok.
FAQ from GPT MCP Proxy
What are the prerequisites for running GPT MCP Proxy?
Go 1.20 or later, an ngrok account with an authtoken, and MCP‑compliant tools.
What environment variables are required?
NGROK_AUTH_TOKEN and NGROK_DOMAIN are required. MCP_CONFIG_FILE is optional and defaults to mcp_settings.json.
How do I configure the MCP servers?
Create an mcp_settings.json file with an mcpServers object. Each server entry includes a command and args array.
How is the server exposed publicly?
The server automatically uses ngrok to provide public HTTPS access.
What API endpoints are available?
GET /openapi.json, GET /mcp/servers, GET /mcp/{serverName}, GET /mcp/{serverName}/tools/{toolName}, and POST /mcp/{serverName}/tools/{toolName}/execute.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论