Skip to content

Commit 625d122

Browse files
committed
add instructions for opey setup
1 parent 5b3db7b commit 625d122

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,19 @@ This is a global config that makes the obp-mcp server available to all projects.
176176

177177
See [docs/HYBRID_ROUTING.md](docs/HYBRID_ROUTING.md) for details.
178178

179+
## Appendix 1 - Opey setup
180+
181+
To set up with opey, use the following setup:
182+
183+
```bash
184+
# .env
185+
ENABLE_OAUTH="true"
186+
AUTH_PROVIDER=bearer-only
187+
OBP_OIDC_ISSUER_URL=http://localhost:9000/obp-oidc
188+
OBP_AUTHORIZATION_VIA="consent"
189+
```
190+
> [!NOTE] You will not be able to use the MCP server, set up in this way, with any other MCP clients, unless they are capable of creating valid consents onl the fly.
191+
179192
## License
180193

181194
AGPLv3

0 commit comments

Comments
 (0)