File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,10 +55,12 @@ Add to your Claude settings:
5555<summary >Using uvx</summary >
5656
5757``` json
58- "mcpServers" : {
59- "fetch" : {
60- "command" : " uvx" ,
61- "args" : [" mcp-server-fetch" ]
58+ {
59+ "mcpServers" : {
60+ "fetch" : {
61+ "command" : " uvx" ,
62+ "args" : [" mcp-server-fetch" ]
63+ }
6264 }
6365}
6466```
@@ -68,10 +70,12 @@ Add to your Claude settings:
6870<summary >Using docker</summary >
6971
7072``` json
71- "mcpServers" : {
72- "fetch" : {
73- "command" : " docker" ,
74- "args" : [" run" , " -i" , " --rm" , " mcp/fetch" ]
73+ {
74+ "mcpServers" : {
75+ "fetch" : {
76+ "command" : " docker" ,
77+ "args" : [" run" , " -i" , " --rm" , " mcp/fetch" ]
78+ }
7579 }
7680}
7781```
@@ -81,10 +85,12 @@ Add to your Claude settings:
8185<summary >Using pip installation</summary >
8286
8387``` json
84- "mcpServers" : {
85- "fetch" : {
86- "command" : " python" ,
87- "args" : [" -m" , " mcp_server_fetch" ]
88+ {
89+ "mcpServers" : {
90+ "fetch" : {
91+ "command" : " python" ,
92+ "args" : [" -m" , " mcp_server_fetch" ]
93+ }
8894 }
8995}
9096```
You can’t perform that action at this time.
0 commit comments