You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both methods allow you to point your clients such as Claude Desktop, Cursor to the SSE endpoint.
@@ -182,13 +182,13 @@ To run the server from a local development environment, use the following config
182
182
```json
183
183
{
184
184
"mcpServers": {
185
-
"wetlands-mcp-server": {
185
+
"mcp-data-server": {
186
186
"command": "uv",
187
187
"args": [
188
188
"--directory",
189
-
"/path/to/your/local/wetlands-mcp-server",
189
+
"/path/to/your/local/mcp-data-server",
190
190
"run",
191
-
"wetlands-mcp-server",
191
+
"mcp-data-server",
192
192
"--db-path",
193
193
"md:",
194
194
"--motherduck-token",
@@ -212,4 +212,4 @@ To run the server from a local development environment, use the following config
212
212
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
0 commit comments