- Step1: Clone the repo: git clone https://github.com/mashh-lab/mcp-agent-proxy.git
- Step2: Install dependencies: cd mcp-agent-proxy && npm install
- Step3: Configure environment variables: set OPENAI_API_KEY, PROXY_PORT, UPSTREAM_URL
- Step4: Start the proxy: npm start
- Step5: Point your application’s OpenAI endpoint to http://localhost:PROXY_PORT