-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Context
Having this deployed in a kubernetes environment would be quite easy as a centralized deployment that can proxy requests to internal hosted MCPs.
Example:
Config: oauth-proxy.yaml
proxies:
- pattern: "/mcp/foo/"
target_url: "http://localhost:4000"
- pattern: "/mcp/bar/"
target_url: "http://localhost:6000"Cursor Config:
{
"mcpServers": {
"dice": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "http://localhost:8080/mcp/foo/mcp"]
},
"uuid": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "http://localhost:8080/mcp/bar/mcp"]
},
}
}Metadata
Metadata
Assignees
Labels
No labels