Skip to content

Commit 6a96ce0

Browse files
committed
docs: add dev config for claude desktop
1 parent 65a8e5e commit 6a96ce0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,30 @@ uv sync
134134
POLYGON_API_KEY=your_api_key_here uv run mcp_polygon
135135
```
136136

137+
<details>
138+
<summary>Local Dev Config for claude_desktop_config.json</summary>
139+
140+
```json
141+
142+
"mcpServers": {
143+
"polygon": {
144+
"command": "/your/path/.cargo/bin/uv",
145+
"args": [
146+
"run",
147+
"--with",
148+
"/your/path/mcp_polygon",
149+
"mcp_polygon"
150+
],
151+
"env": {
152+
"POLYGON_API_KEY": "your_api_key_here",
153+
"HOME": "/Users/danny"
154+
}
155+
}
156+
}
157+
}
158+
```
159+
</details>
160+
137161
### Debugging
138162

139163
For debugging and testing, we recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector):

0 commit comments

Comments
 (0)