feat: add mcp-servers/**
This commit is contained in:
24
mcp-servers/time/README.md
Normal file
24
mcp-servers/time/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Time MCP Server
|
||||
|
||||
Time MCP Server provides time and timezone information capabilities through the Model Context Protocol.
|
||||
|
||||
## Features
|
||||
|
||||
- 🕐 **Current Time** - Get current time
|
||||
- 🌍 **Timezone Support** - Work with multiple timezones
|
||||
- 📅 **Date/Time Operations** - Various date/time operations
|
||||
- ⏰ **Time Conversions** - Convert between timezones
|
||||
|
||||
## Environment Variables
|
||||
|
||||
| Variable | Default | Description |
|
||||
| ------------------------ | -------- | ---------------------- |
|
||||
| `MCP_TIME_VERSION` | `latest` | MCP Time image version |
|
||||
| `MCP_TIME_PORT_OVERRIDE` | `8000` | MCP service port |
|
||||
| `TZ` | `UTC` | Timezone |
|
||||
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
Reference in New Issue
Block a user