open-mcp-auth-proxy

Authentication and Authorization Proxy for MCP Servers

GitHub Stars

76

User Rating

Not Rated

Favorites

0

Views

50

Forks

17

Issues

7

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Go: 1.20 or higher
MCP Server: Must be running

Installation Steps

1. Clone Repository

bash
git clone https://github.com/wso2/open-mcp-auth-proxy.git
cd open-mcp-auth-proxy

2. Start the Proxy

Start the proxy in demo mode: #### Linux/macOS:
bash
./openmcpauthproxy --demo
#### Windows:
powershell
.\openmcpauthproxy.exe --demo

Troubleshooting

Common Issues

Issue: Proxy won't start Solution: Check the version of Go and verify dependencies.

Additional Resources