File tree Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,12 @@ Add to your Claude settings:
45
45
<summary >Using uvx</summary >
46
46
47
47
``` json
48
- "mcpServers" : {
49
- "time" : {
50
- "command" : " uvx" ,
51
- "args" : [" mcp-server-time" ]
48
+ {
49
+ "mcpServers" : {
50
+ "time" : {
51
+ "command" : " uvx" ,
52
+ "args" : [" mcp-server-time" ]
53
+ }
52
54
}
53
55
}
54
56
```
@@ -58,10 +60,12 @@ Add to your Claude settings:
58
60
<summary >Using docker</summary >
59
61
60
62
``` json
61
- "mcpServers" : {
62
- "time" : {
63
- "command" : " docker" ,
64
- "args" : [" run" , " -i" , " --rm" , " mcp/time" ]
63
+ {
64
+ "mcpServers" : {
65
+ "time" : {
66
+ "command" : " docker" ,
67
+ "args" : [" run" , " -i" , " --rm" , " mcp/time" ]
68
+ }
65
69
}
66
70
}
67
71
```
@@ -71,10 +75,12 @@ Add to your Claude settings:
71
75
<summary >Using pip installation</summary >
72
76
73
77
``` json
74
- "mcpServers" : {
75
- "time" : {
76
- "command" : " python" ,
77
- "args" : [" -m" , " mcp_server_time" ]
78
+ {
79
+ "mcpServers" : {
80
+ "time" : {
81
+ "command" : " python" ,
82
+ "args" : [" -m" , " mcp_server_time" ]
83
+ }
78
84
}
79
85
}
80
86
```
You can’t perform that action at this time.
0 commit comments