From 6dcc039470a356aea3bddeeaabfdeaaf4e0edb2b Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Fri, 4 Jul 2025 13:21:50 +0200 Subject: [PATCH] doc: document how to use the python package --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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" + } + } + } +} +```