File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,13 +119,13 @@ Configuration file location:
119119** Using the hosted endpoint (no install):**
120120
121121``` bash
122- claude mcp add --transport http --scope user ckan https://ckan-mcp-server.andy-pr.workers.dev/mcp
122+ claude mcp add -s user -t http ckan https://ckan-mcp-server.andy-pr.workers.dev/mcp
123123```
124124
125125** Using local installation:**
126126
127127``` bash
128- claude mcp add --scope user ckan npx @aborruso/ckan-mcp-server@latest
128+ claude mcp add -s user ckan npx @aborruso/ckan-mcp-server@latest
129129```
130130
131131> ` --scope user ` makes the server available globally across all your projects, not just the current one.
@@ -138,28 +138,17 @@ claude mcp add --transport http ckan https://ckan-mcp-server.andy-pr.workers.dev
138138
139139### Gemini CLI
140140
141- Add to ` ~/.gemini/settings.json ` :
142-
143- ** Using the hosted endpoint (no install):**
144-
145- ``` json
146- {
147- "mcpServers" : {
148- "ckan" : {
149- "httpUrl" : " https://ckan-mcp-server.andy-pr.workers.dev/mcp"
150- }
151- }
152- }
141+ ``` bash
142+ gemini mcp add -s user -t http ckan https://ckan-mcp-server.andy-pr.workers.dev/mcp
153143```
154144
155- ** Using local installation: **
145+ Or add manually to ` ~/.gemini/settings.json ` :
156146
157147``` json
158148{
159149 "mcpServers" : {
160150 "ckan" : {
161- "command" : " npx" ,
162- "args" : [" @aborruso/ckan-mcp-server@latest" ]
151+ "httpUrl" : " https://ckan-mcp-server.andy-pr.workers.dev/mcp"
163152 }
164153 }
165154}
You can’t perform that action at this time.
0 commit comments