Skip to content

Commit d4dcf08

Browse files
PolygonDanStough
authored andcommitted
Update claude code instructions
1 parent 9634480 commit d4dcf08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@ npm install -g @anthropic-ai/claude-code
4545
```
4646

4747
Use the following command to add the Polygon MCP server to your local environment.
48+
This assumes `uvx` is in your $PATH; if not, then you need to provide the full
49+
path to `uvx`.
4850

4951
```bash
5052
# Claude CLI
51-
claude mcp add polygon -e POLYGON_API_KEY=your_api_key_here -- uv run /path/to/mcp_polygon/entrypoint.py
53+
claude mcp add polygon -e POLYGON_API_KEY=your_api_key_here -- uvx --from git+https://github.com/polygon-io/mcp_polygon@master mcp_polygon
5254
```
55+
5356
This command will install the MCP server in your current project.
5457
If you want to install it globally, you can run the command with `-s <scope>` flag.
5558
See `claude mcp add --help` for more options.

0 commit comments

Comments
 (0)