Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,17 @@ uv run mcp dev server.py --with pandas --with numpy
uv run mcp dev server.py --with-editable .
```

`mcp dev` runs the server through the MCP Inspector and inherits environment
variables from your shell. Set environment variables before the command when
testing secrets or configuration:

```bash
API_KEY=abc123 DB_URL=postgres://... uv run mcp dev server.py
```

For persistent Claude Desktop configuration, use `mcp install` with `-v` or
`-f` as shown below.

### Claude Desktop Integration

Once your server is ready, install it in Claude Desktop:
Expand Down
Loading