diff --git a/README.md b/README.md index 4243460..c76b4dc 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,21 @@ Example using the docker build: } } ``` + +Example using the python package with `uvx`: + +```json +{ + "mcpServers": { + "cordra": { + "command": "uvx", + "args": [ + "cordra-mcp" + ], + "env": { + "CORDRA_BASE_URL": "https://cordra.example.de" + } + } + } +} +```