We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a8e5e commit 6a96ce0Copy full SHA for 6a96ce0
README.md
@@ -134,6 +134,30 @@ uv sync
134
POLYGON_API_KEY=your_api_key_here uv run mcp_polygon
135
```
136
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
161
### Debugging
162
163
For debugging and testing, we recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector):
0 commit comments