We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7b311 commit e512623Copy full SHA for e512623
1 file changed
README.v2.md
@@ -1169,6 +1169,17 @@ uv run mcp dev server.py --with pandas --with numpy
1169
uv run mcp dev server.py --with-editable .
1170
```
1171
1172
+`mcp dev` runs the server through the MCP Inspector and inherits environment
1173
+variables from your shell. Set environment variables before the command when
1174
+testing secrets or configuration:
1175
+
1176
+```bash
1177
+API_KEY=abc123 DB_URL=postgres://... uv run mcp dev server.py
1178
+```
1179
1180
+For persistent Claude Desktop configuration, use `mcp install` with `-v` or
1181
+`-f` as shown below.
1182
1183
### Claude Desktop Integration
1184
1185
Once your server is ready, install it in Claude Desktop:
0 commit comments