mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-24 14:55:19 +02:00
docs: Update server README.md
This commit is contained in:
@@ -45,10 +45,12 @@ Add to your Claude settings:
|
|||||||
<summary>Using uvx</summary>
|
<summary>Using uvx</summary>
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"mcpServers": {
|
{
|
||||||
"time": {
|
"mcpServers": {
|
||||||
"command": "uvx",
|
"time": {
|
||||||
"args": ["mcp-server-time"]
|
"command": "uvx",
|
||||||
|
"args": ["mcp-server-time"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@@ -58,10 +60,12 @@ Add to your Claude settings:
|
|||||||
<summary>Using docker</summary>
|
<summary>Using docker</summary>
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"mcpServers": {
|
{
|
||||||
"time": {
|
"mcpServers": {
|
||||||
"command": "docker",
|
"time": {
|
||||||
"args": ["run", "-i", "--rm", "mcp/time"]
|
"command": "docker",
|
||||||
|
"args": ["run", "-i", "--rm", "mcp/time"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@@ -71,10 +75,12 @@ Add to your Claude settings:
|
|||||||
<summary>Using pip installation</summary>
|
<summary>Using pip installation</summary>
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"mcpServers": {
|
{
|
||||||
"time": {
|
"mcpServers": {
|
||||||
"command": "python",
|
"time": {
|
||||||
"args": ["-m", "mcp_server_time"]
|
"command": "python",
|
||||||
|
"args": ["-m", "mcp_server_time"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user